CSS Chroma Filter



Chroma Filter is used to making any particular color transparent and usually, it is used with images. You can use it with scrollbars also.

Example

Implementing the CSS Chroma Filter −

Live Demo

<html>
   <head>
   </head>
   <body>
      <img src = "/images/css.gif" alt = "CSS Logo" style = "Filter: Chroma(Color = #FFFFFF)">
      <p>Text Example:</p>
      <div style = "width: 580; height: 50; font-size: 30pt; font-family: Arial Black; color: #3300FF;
         Filter: Chroma(Color = #3300FF)">CSS Tutorials</div>
   </body>
</html>
Updated on: 2020-06-27T12:26:18+05:30

2K+ Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements