Color spaces of #0ebebe
RGB | 14 | 190 | 190 |
---|---|---|---|
HSL | 0.50 | 0.86 | 0.40 |
HSV | 180° | 93° | 75° |
CMYK | 0.93 | 0.00 | 0.00 0.25 |
XYZ | 27.8888 | 40.6380 | 55.0892 |
Yxy | 40.6380 | 0.2256 | 0.3287 |
Hunter Lab | 63.7479 | -33.4677 | -6.6132 |
CIE-Lab | 69.9215 | -38.0999 | -11.2265 |
#0ebebe color RGB value is (14,190,190).
#0ebebe hex color red value is 14, green value is 190 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0ebebe hue: 0.50 , saturation: 0.86 and the lightness value of 0ebebe is 0.40.
The process color (four color CMYK) of #0ebebe color hex is 0.93, 0.00, 0.00, 0.25. Web safe color of #0ebebe is #00cccc. Color #0ebebe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001110 | 10111110 | 10111110 |
Octal | 16 | 276 | 276 |
Decimal | 14 | 190 | 190 |
Hex | E | BE | BE |
Shades of #0ebebe
Tints of #0ebebe
RGB Percentages of Color #0ebebe
CMYK Percentages of Color #0ebebe
Complementary Color
#0ebebe | #be0e0e |
#0ebebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0ebebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#0ebebe Color CSS Codes
.mybgcolor {background-color:#0ebebe; } .myforecolor {color:#0ebebe; } .mybordercolor {border:3px solid #0ebebe; }
#0ebebe Text Font Color
<p style="color:#0ebebe">Text here</p>
This sample text font color is #0ebebe
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.
#0ebebe Background Color
<div style="background-color:#0ebebe">
Div content here</div>
This div background color is #0ebebe
#0ebebe Border Color
<div style="border:3px solid #0ebebe">
Div here</div>
This div border color is #0ebebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(14,190,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0ebebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0ebebe; -webkit-box-shadow: 1px 1px 3px 2px #0ebebe; box-shadow: 1px 1px 3px 2px #0ebebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(14,190,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0ebebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0ebebe; -webkit-box-shadow: 1px 1px 3px 2px #0ebebe; box-shadow: 1px 1px 3px 2px #0ebebe;">
Div content here</div>
This div box has shadow with color #0ebebe
Comments
No comments written yet.
Please login to write comment.