Color spaces of #0dcbb9
RGB | 13 | 203 | 185 |
---|---|---|---|
HSL | 0.48 | 0.88 | 0.42 |
HSV | 174° | 94° | 80° |
CMYK | 0.94 | 0.00 | 0.09 0.20 |
XYZ | 30.2789 | 46.3002 | 53.2399 |
Yxy | 46.3002 | 0.2332 | 0.3567 |
Hunter Lab | 68.0443 | -39.6470 | 1.2407 |
CIE-Lab | 73.7399 | -45.3258 | -2.8396 |
#0dcbb9 color RGB value is (13,203,185).
#0dcbb9 hex color red value is 13, green value is 203 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #0dcbb9 hue: 0.48 , saturation: 0.88 and the lightness value of 0dcbb9 is 0.42.
The process color (four color CMYK) of #0dcbb9 color hex is 0.94, 0.00, 0.09, 0.20. Web safe color of #0dcbb9 is #00cccc. Color #0dcbb9 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001101 | 11001011 | 10111001 |
Octal | 15 | 313 | 271 |
Decimal | 13 | 203 | 185 |
Hex | D | CB | B9 |
Shades of #0dcbb9
Tints of #0dcbb9
RGB Percentages of Color #0dcbb9
CMYK Percentages of Color #0dcbb9
Complementary Color
#0dcbb9 | #cb0d1f |
#0dcbb9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0dcbb9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#0dcbb9 Color CSS Codes
.mybgcolor {background-color:#0dcbb9; } .myforecolor {color:#0dcbb9; } .mybordercolor {border:3px solid #0dcbb9; }
#0dcbb9 Text Font Color
<p style="color:#0dcbb9">Text here</p>
This sample text font color is #0dcbb9
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.
#0dcbb9 Background Color
<div style="background-color:#0dcbb9">
Div content here</div>
This div background color is #0dcbb9
#0dcbb9 Border Color
<div style="border:3px solid #0dcbb9">
Div here</div>
This div border color is #0dcbb9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(13,203,185, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0dcbb9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0dcbb9; -webkit-box-shadow: 1px 1px 3px 2px #0dcbb9; box-shadow: 1px 1px 3px 2px #0dcbb9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(13,203,185, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0dcbb9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0dcbb9; -webkit-box-shadow: 1px 1px 3px 2px #0dcbb9; box-shadow: 1px 1px 3px 2px #0dcbb9;">
Div content here</div>
This div box has shadow with color #0dcbb9
Comments
No comments written yet.
Please login to write comment.