Color spaces of #0ddaac
RGB | 13 | 218 | 172 |
---|---|---|---|
HSL | 0.46 | 0.89 | 0.45 |
HSV | 167° | 94° | 85° |
CMYK | 0.94 | 0.00 | 0.21 0.15 |
XYZ | 32.6838 | 53.2069 | 47.5771 |
Yxy | 53.2069 | 0.2449 | 0.3986 |
Hunter Lab | 72.9431 | -47.6694 | 12.3882 |
CIE-Lab | 77.9970 | -54.8638 | 10.2973 |
#0ddaac color RGB value is (13,218,172).
#0ddaac hex color red value is 13, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0ddaac hue: 0.46 , saturation: 0.89 and the lightness value of 0ddaac is 0.45.
The process color (four color CMYK) of #0ddaac color hex is 0.94, 0.00, 0.21, 0.15. Web safe color of #0ddaac is #00cc99. Color #0ddaac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001101 | 11011010 | 10101100 |
Octal | 15 | 332 | 254 |
Decimal | 13 | 218 | 172 |
Hex | D | DA | AC |
Shades of #0ddaac
Tints of #0ddaac
RGB Percentages of Color #0ddaac
CMYK Percentages of Color #0ddaac
Complementary Color
#0ddaac | #da0d3b |
#0ddaac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0ddaac Color Preview on White Background
Lorem ipsum dolor sit amet.
#0ddaac Color CSS Codes
.mybgcolor {background-color:#0ddaac; } .myforecolor {color:#0ddaac; } .mybordercolor {border:3px solid #0ddaac; }
#0ddaac Text Font Color
<p style="color:#0ddaac">Text here</p>
This sample text font color is #0ddaac
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.
#0ddaac Background Color
<div style="background-color:#0ddaac">
Div content here</div>
This div background color is #0ddaac
#0ddaac Border Color
<div style="border:3px solid #0ddaac">
Div here</div>
This div border color is #0ddaac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(13,218,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0ddaac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0ddaac; -webkit-box-shadow: 1px 1px 3px 2px #0ddaac; box-shadow: 1px 1px 3px 2px #0ddaac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(13,218,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0ddaac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0ddaac; -webkit-box-shadow: 1px 1px 3px 2px #0ddaac; box-shadow: 1px 1px 3px 2px #0ddaac;">
Div content here</div>
This div box has shadow with color #0ddaac
Comments
No comments written yet.
Please login to write comment.