Color spaces of #8ec10d
RGB | 142 | 193 | 13 |
---|---|---|---|
HSL | 0.21 | 0.87 | 0.40 |
HSV | 77° | 93° | 76° |
CMYK | 0.26 | 0.00 | 0.93 0.24 |
XYZ | 30.2979 | 43.9198 | 7.2613 |
Yxy | 43.9198 | 0.3718 | 0.5390 |
Hunter Lab | 66.2720 | -34.3703 | 39.8941 |
CIE-Lab | 72.1749 | -38.5085 | 70.9205 |
#8ec10d color RGB value is (142,193,13).
#8ec10d hex color red value is 142, green value is 193 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #8ec10d hue: 0.21 , saturation: 0.87 and the lightness value of 8ec10d is 0.40.
The process color (four color CMYK) of #8ec10d color hex is 0.26, 0.00, 0.93, 0.24. Web safe color of #8ec10d is #99cc00. Color #8ec10d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001110 | 11000001 | 00001101 |
Octal | 216 | 301 | 15 |
Decimal | 142 | 193 | 13 |
Hex | 8E | C1 | D |
Shades of #8ec10d
Tints of #8ec10d
RGB Percentages of Color #8ec10d
CMYK Percentages of Color #8ec10d
Complementary Color
#8ec10d | #400dc1 |
#8ec10d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8ec10d Color Preview on White Background
Lorem ipsum dolor sit amet.
#8ec10d Color CSS Codes
.mybgcolor {background-color:#8ec10d; } .myforecolor {color:#8ec10d; } .mybordercolor {border:3px solid #8ec10d; }
#8ec10d Text Font Color
<p style="color:#8ec10d">Text here</p>
This sample text font color is #8ec10d
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.
#8ec10d Background Color
<div style="background-color:#8ec10d">
Div content here</div>
This div background color is #8ec10d
#8ec10d Border Color
<div style="border:3px solid #8ec10d">
Div here</div>
This div border color is #8ec10d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(142,193,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8ec10d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8ec10d; -webkit-box-shadow: 1px 1px 3px 2px #8ec10d; box-shadow: 1px 1px 3px 2px #8ec10d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(142,193,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8ec10d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8ec10d; -webkit-box-shadow: 1px 1px 3px 2px #8ec10d; box-shadow: 1px 1px 3px 2px #8ec10d;">
Div content here</div>
This div box has shadow with color #8ec10d
Comments
No comments written yet.
Please login to write comment.