High Definition CSS Color Guide
developer.chrome.com
High Definition CSS Color Guide
1–10 of 58 posts
Re: High Definition CSS Color Guide
#2edit: omg non-banded gradients, finally.
Re: High Definition CSS Color Guide
#3Re: High Definition CSS Color Guide
#4Surprising to see #rrggbbaa to be <1%, when #rrggbb is the most popular. If you’re already used to hex then why switch to eg rgba when you need alpha? I find it quite useful. Maybe it’s recent and less known.
Re: High Definition CSS Color Guide
#5Surprising to see #rrggbbaa to be <1%, when #rrggbb is the most popular. If you’re already used to hex then why switch to eg rgba when you need alpha? I find it quite useful. Maybe it’s recent and less known.
Re: High Definition CSS Color Guide
#6Surprising to see #rrggbbaa to be <1%, when #rrggbb is the most popular. If you’re already used to hex then why switch to eg rgba when you need alpha? I find it quite useful. Maybe it’s recent and less known.
Re: High Definition CSS Color Guide
#7(rather unfortunate such a bad format like RGB is so dominant)
Re: High Definition CSS Color Guide
#8Why isn't there a more convenient okHSL/HSV way to input colors? (rather unfortunate such a bad format like RGB is so dominant)
As noted there, okHSL/HSV keeps the perceptual uniformity by removing some peaks beyond the geometric limit of HSL/HSV, and it is unclear whether it is what users do expect or not.
Re: High Definition CSS Color Guide
#9He's really a reference in interactive visualization. There's a link to his article on color spaces labeled "Try it for yourself", but I would prefer a direct and clearer textual attribution to him.