Color spaces of #0eacab
RGB | 14 | 172 | 171 |
---|---|---|---|
HSL | 0.50 | 0.85 | 0.36 |
HSV | 180° | 92° | 67° |
CMYK | 0.92 | 0.00 | 0.01 0.33 |
XYZ | 22.2843 | 32.5387 | 43.6342 |
Yxy | 32.5387 | 0.2263 | 0.3305 |
Hunter Lab | 57.0427 | -30.0919 | -5.4234 |
CIE-Lab | 63.7856 | -35.5918 | -9.8911 |
#0eacab color RGB value is (14,172,171).
#0eacab hex color red value is 14, green value is 172 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0eacab hue: 0.50 , saturation: 0.85 and the lightness value of 0eacab is 0.36.
The process color (four color CMYK) of #0eacab color hex is 0.92, 0.00, 0.01, 0.33. Web safe color of #0eacab is #009999. Color #0eacab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001110 | 10101100 | 10101011 |
Octal | 16 | 254 | 253 |
Decimal | 14 | 172 | 171 |
Hex | E | AC | AB |
Shades of #0eacab
Tints of #0eacab
RGB Percentages of Color #0eacab
CMYK Percentages of Color #0eacab
Complementary Color
#0eacab | #ac0e0f |
#0eacab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0eacab Color Preview on White Background
Lorem ipsum dolor sit amet.
#0eacab Color CSS Codes
.mybgcolor {background-color:#0eacab; } .myforecolor {color:#0eacab; } .mybordercolor {border:3px solid #0eacab; }
#0eacab Text Font Color
<p style="color:#0eacab">Text here</p>
This sample text font color is #0eacab
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.
#0eacab Background Color
<div style="background-color:#0eacab">
Div content here</div>
This div background color is #0eacab
#0eacab Border Color
<div style="border:3px solid #0eacab">
Div here</div>
This div border color is #0eacab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(14,172,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0eacab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0eacab; -webkit-box-shadow: 1px 1px 3px 2px #0eacab; box-shadow: 1px 1px 3px 2px #0eacab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(14,172,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0eacab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0eacab; -webkit-box-shadow: 1px 1px 3px 2px #0eacab; box-shadow: 1px 1px 3px 2px #0eacab;">
Div content here</div>
This div box has shadow with color #0eacab
Comments
No comments written yet.
Please login to write comment.