Color spaces of #00dace
RGB | 0 | 218 | 206 |
---|---|---|---|
HSL | 0.49 | 1.00 | 0.43 |
HSV | 177° | 100° | 85° |
CMYK | 1.00 | 0.00 | 0.06 0.15 |
XYZ | 36.2120 | 54.5990 | 67.0226 |
Yxy | 54.5990 | 0.2294 | 0.3459 |
Hunter Lab | 73.8911 | -41.8316 | -2.0549 |
CIE-Lab | 78.8097 | -46.1904 | -6.6661 |
#00dace color RGB value is (0,218,206).
#00dace hex color red value is 0, green value is 218 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #00dace hue: 0.49 , saturation: 1.00 and the lightness value of 00dace is 0.43.
The process color (four color CMYK) of #00dace color hex is 1.00, 0.00, 0.06, 0.15. Web safe color of #00dace is #00cccc. Color #00dace contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 11011010 | 11001110 |
Octal | 0 | 332 | 316 |
Decimal | 0 | 218 | 206 |
Hex | 0 | DA | CE |
Shades of #00dace
Tints of #00dace
RGB Percentages of Color #00dace
CMYK Percentages of Color #00dace
Complementary Color
#00dace | #da000c |
#00dace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#00dace Color Preview on White Background
Lorem ipsum dolor sit amet.
#00dace Color CSS Codes
.mybgcolor {background-color:#00dace; } .myforecolor {color:#00dace; } .mybordercolor {border:3px solid #00dace; }
#00dace Text Font Color
<p style="color:#00dace">Text here</p>
This sample text font color is #00dace
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.
#00dace Background Color
<div style="background-color:#00dace">
Div content here</div>
This div background color is #00dace
#00dace Border Color
<div style="border:3px solid #00dace">
Div here</div>
This div border color is #00dace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,218,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #00dace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00dace; -webkit-box-shadow: 1px 1px 3px 2px #00dace; box-shadow: 1px 1px 3px 2px #00dace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,218,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #00dace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #00dace; -webkit-box-shadow: 1px 1px 3px 2px #00dace; box-shadow: 1px 1px 3px 2px #00dace;">
Div content here</div>
This div box has shadow with color #00dace
Comments
No comments written yet.
Please login to write comment.