Color spaces of #0ebbac
RGB | 14 | 187 | 172 |
---|---|---|---|
HSL | 0.49 | 0.86 | 0.39 |
HSV | 175° | 93° | 73° |
CMYK | 0.93 | 0.00 | 0.08 0.27 |
XYZ | 25.3978 | 38.6126 | 45.1441 |
Yxy | 38.6126 | 0.2327 | 0.3537 |
Hunter Lab | 62.1390 | -35.7858 | 0.4231 |
CIE-Lab | 68.4697 | -42.0441 | -3.4967 |
#0ebbac color RGB value is (14,187,172).
#0ebbac hex color red value is 14, green value is 187 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0ebbac hue: 0.49 , saturation: 0.86 and the lightness value of 0ebbac is 0.39.
The process color (four color CMYK) of #0ebbac color hex is 0.93, 0.00, 0.08, 0.27. Web safe color of #0ebbac is #00cc99. Color #0ebbac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001110 | 10111011 | 10101100 |
Octal | 16 | 273 | 254 |
Decimal | 14 | 187 | 172 |
Hex | E | BB | AC |
Shades of #0ebbac
Tints of #0ebbac
RGB Percentages of Color #0ebbac
CMYK Percentages of Color #0ebbac
Complementary Color
#0ebbac | #bb0e1d |
#0ebbac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0ebbac Color Preview on White Background
Lorem ipsum dolor sit amet.
#0ebbac Color CSS Codes
.mybgcolor {background-color:#0ebbac; } .myforecolor {color:#0ebbac; } .mybordercolor {border:3px solid #0ebbac; }
#0ebbac Text Font Color
<p style="color:#0ebbac">Text here</p>
This sample text font color is #0ebbac
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.
#0ebbac Background Color
<div style="background-color:#0ebbac">
Div content here</div>
This div background color is #0ebbac
#0ebbac Border Color
<div style="border:3px solid #0ebbac">
Div here</div>
This div border color is #0ebbac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(14,187,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0ebbac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0ebbac; -webkit-box-shadow: 1px 1px 3px 2px #0ebbac; box-shadow: 1px 1px 3px 2px #0ebbac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(14,187,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 #0ebbac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0ebbac; -webkit-box-shadow: 1px 1px 3px 2px #0ebbac; box-shadow: 1px 1px 3px 2px #0ebbac;">
Div content here</div>
This div box has shadow with color #0ebbac
Comments
No comments written yet.
Please login to write comment.