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: 27-Jun-2020

1K+ Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements