About 1,320 results
Open links in new tab
  1. Colors HSL and HSLA - W3Schools

    HSL color values are supported in Edge, Chrome, Firefox, Safari, Opera 10+, and in IE9+. HSL stands for Hue, Saturation, and Lightness. HSL color values are specified with:

  2. CSS HSL Colors - W3Schools

    In CSS, a color can be specified using hue, saturation, and lightness (HSL) in the form: hsl(hue, saturation, lightness) Hue is a degree on the color wheel from 0 to 360. 0 is red, 120 is green, and 240 is blue. Saturation is a percentage value. 0% means a shade of gray, and 100% is the full color. Lightness is also a percentage. 0% is black ...

  3. HTML HSL and HSLA Colors - W3Schools

    HSL Color Values. In HTML, a color can be specified using hue, saturation, and lightness (HSL) in the form: hsl(hue, saturation, lightness) Hue is a degree on the color wheel from 0 to 360. 0 is red, 120 is green, and 240 is blue. Saturation is a percentage value. 0% means a shade of gray, and 100% is the full color.

  4. CSS hsl() Function - W3Schools

    The CSS hsl() function specifies a color using the Hue-Saturation-Lightness model (HSL). An optional alpha component can also be added (represents the transparency of the color). Tip: HSL stands for Hue, Saturation, and Lightness - and represents …

  5. HSL colors - W3Schools

    An HSL color value is specified with the hsl() function: hsl(hue, saturation, lightness) Hue is a degree on the color wheel (from 0 to 360) - 0 (or 360) is red, 120 is green, 240 is blue. Saturation is a percentage value; 0% means a shade of gray and 100% is the full color.

  6. CSS Legal Color Values - W3Schools

    An HSL color value is specified with the hsl() function, which has the following syntax: hsl(hue, saturation, lightness) Hue is a degree on the color wheel (from 0 to 360) - 0 (or 360) is red, 120 is green, 240 is blue.

  7. W3Schools Tryit Editor

    The W3Schools online code editor allows you to edit code and view the result in your browser

  8. CSS Colors - cn.w3schools.com

    HSL Colors. HSL stands for Hue, Saturation and Lightness. An HSL color value is specified with: hsl(hue, saturation, lightness). Hue is a degree on the color wheel (from 0 to 360): 0 (or 360) is red; 120 is green; 240 is blue; Saturation is a percentage value: 100% is the full color. Lightness is also a percentage; 0% is dark (black) and 100% ...

  9. W3Schools Tryit Editor

    Tryit: Some HSL color values Run Get your own website Run Code Ctrl+Alt+R Save Code Ctrl+Alt+A Change Orientation Ctrl+Alt+O Change Theme Ctrl+Alt+D Go to Spaces Ctrl+Alt+P

  10. CSS hue-rotate() Function - W3Schools

    Specifies an angle that represents the relative change in hue of the input sample. A positive hue rotation increases the hue value, while a negative rotation decreases the hue value. 0deg represents the original image (no effect).