Ultimele tutoriale de dezvoltare web
 

Colors HWB


HWB este un standard Propus pentru CSS4.


Calculator HWB


rgb(255, 0, 0)
# FF0000
hsl(0, 100%, 50%)


H:
W:
B:

Suport HTML

HWB nu este acceptat în HTML (yet) , dar este sugerat ca un nou standard în CSS4.

În timp ce așteaptă CSS4, puteți include w3ii“bibliotecă de culori și de a folosi ca un atribut HWB HTML ca aceasta:

Exemplu

<div data-w3-color="hwb(60, 50%, 0)">

<p>London is the capital city of England.
It is the most populous city in the United Kingdom,
with a metropolitan area of over 13 million inhabitants.</p>

</div>

<script src="http://www.w3ii.com/lib/w3color.js"></script>
Încearcă - l singur »

w3ii Biblioteca de culoare

Biblioteca JavaScript utilizat în exemplul de mai sus poate fi descărcat de

http://www.w3ii.com/lib/w3color.js