Color spaces of #0dceae
RGB | 13 | 206 | 174 |
---|---|---|---|
HSL | 0.47 | 0.88 | 0.43 |
HSV | 170° | 94° | 81° |
CMYK | 0.94 | 0.00 | 0.16 0.19 |
XYZ | 29.8773 | 47.2842 | 47.5965 |
Yxy | 47.2842 | 0.2395 | 0.3790 |
Hunter Lab | 68.7635 | -42.7790 | 7.0953 |
CIE-Lab | 74.3712 | -49.5633 | 4.0253 |
#0dceae color RGB value is (13,206,174).
#0dceae hex color red value is 13, green value is 206 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0dceae hue: 0.47 , saturation: 0.88 and the lightness value of 0dceae is 0.43.
The process color (four color CMYK) of #0dceae color hex is 0.94, 0.00, 0.16, 0.19. Web safe color of #0dceae is #00cc99. Color #0dceae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001101 | 11001110 | 10101110 |
Octal | 15 | 316 | 256 |
Decimal | 13 | 206 | 174 |
Hex | D | CE | AE |
Shades of #0dceae
Tints of #0dceae
RGB Percentages of Color #0dceae
CMYK Percentages of Color #0dceae
Complementary Color
#0dceae | #ce0d2d |
#0dceae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0dceae Color Preview on White Background
Lorem ipsum dolor sit amet.
#0dceae Color CSS Codes
.mybgcolor {background-color:#0dceae; } .myforecolor {color:#0dceae; } .mybordercolor {border:3px solid #0dceae; }
#0dceae Text Font Color
<p style="color:#0dceae">Text here</p>
This sample text font color is #0dceae
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.
#0dceae Background Color
<div style="background-color:#0dceae">
Div content here</div>
This div background color is #0dceae
#0dceae Border Color
<div style="border:3px solid #0dceae">
Div here</div>
This div border color is #0dceae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(13,206,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0dceae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0dceae; -webkit-box-shadow: 1px 1px 3px 2px #0dceae; box-shadow: 1px 1px 3px 2px #0dceae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(13,206,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0dceae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0dceae; -webkit-box-shadow: 1px 1px 3px 2px #0dceae; box-shadow: 1px 1px 3px 2px #0dceae;">
Div content here</div>
This div box has shadow with color #0dceae
Comments
No comments written yet.
Please login to write comment.