Color spaces of #0ed77a
RGB | 14 | 215 | 122 |
---|---|---|---|
HSL | 0.42 | 0.88 | 0.45 |
HSV | 152° | 93° | 84° |
CMYK | 0.93 | 0.00 | 0.43 0.16 |
XYZ | 27.9944 | 50.0994 | 26.6070 |
Yxy | 50.0994 | 0.2674 | 0.4785 |
Hunter Lab | 70.7809 | -53.2685 | 27.2592 |
CIE-Lab | 76.1302 | -64.4426 | 33.8073 |
#0ed77a color RGB value is (14,215,122).
#0ed77a hex color red value is 14, green value is 215 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #0ed77a hue: 0.42 , saturation: 0.88 and the lightness value of 0ed77a is 0.45.
The process color (four color CMYK) of #0ed77a color hex is 0.93, 0.00, 0.43, 0.16. Web safe color of #0ed77a is #00cc66. Color #0ed77a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001110 | 11010111 | 01111010 |
Octal | 16 | 327 | 172 |
Decimal | 14 | 215 | 122 |
Hex | E | D7 | 7A |
Shades of #0ed77a
Tints of #0ed77a
RGB Percentages of Color #0ed77a
CMYK Percentages of Color #0ed77a
Complementary Color
#0ed77a | #d70e6b |
#0ed77a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0ed77a Color Preview on White Background
Lorem ipsum dolor sit amet.
#0ed77a Color CSS Codes
.mybgcolor {background-color:#0ed77a; } .myforecolor {color:#0ed77a; } .mybordercolor {border:3px solid #0ed77a; }
#0ed77a Text Font Color
<p style="color:#0ed77a">Text here</p>
This sample text font color is #0ed77a
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.
#0ed77a Background Color
<div style="background-color:#0ed77a">
Div content here</div>
This div background color is #0ed77a
#0ed77a Border Color
<div style="border:3px solid #0ed77a">
Div here</div>
This div border color is #0ed77a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(14,215,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0ed77a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0ed77a; -webkit-box-shadow: 1px 1px 3px 2px #0ed77a; box-shadow: 1px 1px 3px 2px #0ed77a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(14,215,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0ed77a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0ed77a; -webkit-box-shadow: 1px 1px 3px 2px #0ed77a; box-shadow: 1px 1px 3px 2px #0ed77a;">
Div content here</div>
This div box has shadow with color #0ed77a
Comments
No comments written yet.
Please login to write comment.