Color spaces of #00dfaa
RGB | 0 | 223 | 170 |
---|---|---|---|
HSL | 0.46 | 1.00 | 0.44 |
HSV | 166° | 100° | 87° |
CMYK | 1.00 | 0.00 | 0.24 0.13 |
XYZ | 33.6434 | 55.6776 | 47.0039 |
Yxy | 55.6776 | 0.2468 | 0.4084 |
Hunter Lab | 74.6174 | -50.0987 | 14.8835 |
CIE-Lab | 79.4300 | -57.6453 | 13.3799 |
#00dfaa color RGB value is (0,223,170).
#00dfaa hex color red value is 0, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #00dfaa hue: 0.46 , saturation: 1.00 and the lightness value of 00dfaa is 0.44.
The process color (four color CMYK) of #00dfaa color hex is 1.00, 0.00, 0.24, 0.13. Web safe color of #00dfaa is #00cc99. Color #00dfaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 11011111 | 10101010 |
Octal | 0 | 337 | 252 |
Decimal | 0 | 223 | 170 |
Hex | 0 | DF | AA |
Shades of #00dfaa
Tints of #00dfaa
RGB Percentages of Color #00dfaa
CMYK Percentages of Color #00dfaa
Complementary Color
#00dfaa | #df0035 |
#00dfaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#00dfaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#00dfaa Color CSS Codes
.mybgcolor {background-color:#00dfaa; } .myforecolor {color:#00dfaa; } .mybordercolor {border:3px solid #00dfaa; }
#00dfaa Text Font Color
<p style="color:#00dfaa">Text here</p>
This sample text font color is #00dfaa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#00dfaa Background Color
<div style="background-color:#00dfaa">
Div content here</div>
This div background color is #00dfaa
#00dfaa Border Color
<div style="border:3px solid #00dfaa">
Div here</div>
This div border color is #00dfaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,223,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #00dfaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00dfaa; -webkit-box-shadow: 1px 1px 3px 2px #00dfaa; box-shadow: 1px 1px 3px 2px #00dfaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,223,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #00dfaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #00dfaa; -webkit-box-shadow: 1px 1px 3px 2px #00dfaa; box-shadow: 1px 1px 3px 2px #00dfaa;">
Div content here</div>
This div box has shadow with color #00dfaa
Comments
No comments written yet.
Please login to write comment.