#rrggbbaa hex color notation
The CSS Color Module Level 4 defines new 4 & 8 character hex notation for color to include the opacity level.
CSS3 Colors
Method of describing colors using Hue, Saturation and Lightness (hsl()) rather than just RGB, as well as allowing alpha-transparency with rgba() and hsla().
types: `<color>`: rgb hexadecimal notation (`#rrggbb`, `#rgb`, …): rgba hexadecimal notation (`#rrggbbaa`, `#rgba`)
3 results found.