Color spaces of #08ddca
RGB | 8 | 221 | 202 |
---|---|---|---|
HSL | 0.49 | 0.93 | 0.45 |
HSV | 175° | 96° | 87° |
CMYK | 0.96 | 0.00 | 0.09 0.13 |
XYZ | 36.6173 | 56.0288 | 64.7618 |
Yxy | 56.0288 | 0.2326 | 0.3559 |
Hunter Lab | 74.8524 | -43.6706 | 1.0993 |
CIE-Lab | 79.6302 | -48.3797 | -3.3166 |
#08ddca color RGB value is (8,221,202).
#08ddca hex color red value is 8, green value is 221 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #08ddca hue: 0.49 , saturation: 0.93 and the lightness value of 08ddca is 0.45.
The process color (four color CMYK) of #08ddca color hex is 0.96, 0.00, 0.09, 0.13. Web safe color of #08ddca is #00cccc. Color #08ddca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 11011101 | 11001010 |
Octal | 10 | 335 | 312 |
Decimal | 8 | 221 | 202 |
Hex | 8 | DD | CA |
Shades of #08ddca
Tints of #08ddca
RGB Percentages of Color #08ddca
CMYK Percentages of Color #08ddca
Complementary Color
#08ddca | #dd081b |
#08ddca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#08ddca Color Preview on White Background
Lorem ipsum dolor sit amet.
#08ddca Color CSS Codes
.mybgcolor {background-color:#08ddca; } .myforecolor {color:#08ddca; } .mybordercolor {border:3px solid #08ddca; }
#08ddca Text Font Color
<p style="color:#08ddca">Text here</p>
This sample text font color is #08ddca
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.
#08ddca Background Color
<div style="background-color:#08ddca">
Div content here</div>
This div background color is #08ddca
#08ddca Border Color
<div style="border:3px solid #08ddca">
Div here</div>
This div border color is #08ddca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,221,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #08ddca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #08ddca; -webkit-box-shadow: 1px 1px 3px 2px #08ddca; box-shadow: 1px 1px 3px 2px #08ddca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,221,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #08ddca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #08ddca; -webkit-box-shadow: 1px 1px 3px 2px #08ddca; box-shadow: 1px 1px 3px 2px #08ddca;">
Div content here</div>
This div box has shadow with color #08ddca
Comments
No comments written yet.
Please login to write comment.