Color spaces of #0eb64e
RGB | 14 | 182 | 78 |
---|---|---|---|
HSL | 0.40 | 0.86 | 0.38 |
HSV | 143° | 92° | 71° |
CMYK | 0.92 | 0.00 | 0.57 0.29 |
XYZ | 18.2842 | 34.0993 | 12.8259 |
Yxy | 34.0993 | 0.2804 | 0.5229 |
Hunter Lab | 58.3946 | -46.2996 | 27.8537 |
CIE-Lab | 65.0413 | -60.6809 | 41.6858 |
#0eb64e color RGB value is (14,182,78).
#0eb64e hex color red value is 14, green value is 182 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #0eb64e hue: 0.40 , saturation: 0.86 and the lightness value of 0eb64e is 0.38.
The process color (four color CMYK) of #0eb64e color hex is 0.92, 0.00, 0.57, 0.29. Web safe color of #0eb64e is #00cc66. Color #0eb64e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001110 | 10110110 | 01001110 |
Octal | 16 | 266 | 116 |
Decimal | 14 | 182 | 78 |
Hex | E | B6 | 4E |
Shades of #0eb64e
Tints of #0eb64e
RGB Percentages of Color #0eb64e
CMYK Percentages of Color #0eb64e
Complementary Color
#0eb64e | #b60e76 |
#0eb64e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0eb64e Color Preview on White Background
Lorem ipsum dolor sit amet.
#0eb64e Color CSS Codes
.mybgcolor {background-color:#0eb64e; } .myforecolor {color:#0eb64e; } .mybordercolor {border:3px solid #0eb64e; }
#0eb64e Text Font Color
<p style="color:#0eb64e">Text here</p>
This sample text font color is #0eb64e
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.
#0eb64e Background Color
<div style="background-color:#0eb64e">
Div content here</div>
This div background color is #0eb64e
#0eb64e Border Color
<div style="border:3px solid #0eb64e">
Div here</div>
This div border color is #0eb64e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(14,182,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0eb64e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0eb64e; -webkit-box-shadow: 1px 1px 3px 2px #0eb64e; box-shadow: 1px 1px 3px 2px #0eb64e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(14,182,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0eb64e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0eb64e; -webkit-box-shadow: 1px 1px 3px 2px #0eb64e; box-shadow: 1px 1px 3px 2px #0eb64e;">
Div content here</div>
This div box has shadow with color #0eb64e
Comments
No comments written yet.
Please login to write comment.