Color spaces of #8ad508
RGB | 138 | 213 | 8 |
---|---|---|---|
HSL | 0.23 | 0.93 | 0.43 |
HSV | 82° | 96° | 84° |
CMYK | 0.35 | 0.00 | 0.96 0.16 |
XYZ | 34.3193 | 53.0093 | 8.6527 |
Yxy | 53.0093 | 0.3576 | 0.5523 |
Hunter Lab | 72.8075 | -43.2735 | 43.9190 |
CIE-Lab | 77.8805 | -48.6136 | 75.8770 |
#8ad508 color RGB value is (138,213,8).
#8ad508 hex color red value is 138, green value is 213 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #8ad508 hue: 0.23 , saturation: 0.93 and the lightness value of 8ad508 is 0.43.
The process color (four color CMYK) of #8ad508 color hex is 0.35, 0.00, 0.96, 0.16. Web safe color of #8ad508 is #99cc00. Color #8ad508 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 11010101 | 00001000 |
Octal | 212 | 325 | 10 |
Decimal | 138 | 213 | 8 |
Hex | 8A | D5 | 8 |
Shades of #8ad508
Tints of #8ad508
RGB Percentages of Color #8ad508
CMYK Percentages of Color #8ad508
Complementary Color
#8ad508 | #5308d5 |
#8ad508 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8ad508 Color Preview on White Background
Lorem ipsum dolor sit amet.
#8ad508 Color CSS Codes
.mybgcolor {background-color:#8ad508; } .myforecolor {color:#8ad508; } .mybordercolor {border:3px solid #8ad508; }
#8ad508 Text Font Color
<p style="color:#8ad508">Text here</p>
This sample text font color is #8ad508
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.
#8ad508 Background Color
<div style="background-color:#8ad508">
Div content here</div>
This div background color is #8ad508
#8ad508 Border Color
<div style="border:3px solid #8ad508">
Div here</div>
This div border color is #8ad508
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,213,8, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8ad508; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8ad508; -webkit-box-shadow: 1px 1px 3px 2px #8ad508; box-shadow: 1px 1px 3px 2px #8ad508; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,213,8, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8ad508">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8ad508; -webkit-box-shadow: 1px 1px 3px 2px #8ad508; box-shadow: 1px 1px 3px 2px #8ad508;">
Div content here</div>
This div box has shadow with color #8ad508
Comments
No comments written yet.
Please login to write comment.