Color spaces of #8ad74c
RGB | 138 | 215 | 76 |
---|---|---|---|
HSL | 0.26 | 0.63 | 0.57 |
HSV | 93° | 65° | 84° |
CMYK | 0.36 | 0.00 | 0.65 0.16 |
XYZ | 36.0862 | 54.5260 | 15.4601 |
Yxy | 54.5260 | 0.3402 | 0.5140 |
Hunter Lab | 73.8417 | -41.9907 | 39.2758 |
CIE-Lab | 78.7675 | -46.4284 | 59.0530 |
#8ad74c color RGB value is (138,215,76).
#8ad74c hex color red value is 138, green value is 215 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #8ad74c hue: 0.26 , saturation: 0.63 and the lightness value of 8ad74c is 0.57.
The process color (four color CMYK) of #8ad74c color hex is 0.36, 0.00, 0.65, 0.16. Web safe color of #8ad74c is #99cc33. Color #8ad74c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 11010111 | 01001100 |
Octal | 212 | 327 | 114 |
Decimal | 138 | 215 | 76 |
Hex | 8A | D7 | 4C |
Shades of #8ad74c
Tints of #8ad74c
RGB Percentages of Color #8ad74c
CMYK Percentages of Color #8ad74c
Complementary Color
#8ad74c | #994cd7 |
#8ad74c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8ad74c Color Preview on White Background
Lorem ipsum dolor sit amet.
#8ad74c Color CSS Codes
.mybgcolor {background-color:#8ad74c; } .myforecolor {color:#8ad74c; } .mybordercolor {border:3px solid #8ad74c; }
#8ad74c Text Font Color
<p style="color:#8ad74c">Text here</p>
This sample text font color is #8ad74c
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.
#8ad74c Background Color
<div style="background-color:#8ad74c">
Div content here</div>
This div background color is #8ad74c
#8ad74c Border Color
<div style="border:3px solid #8ad74c">
Div here</div>
This div border color is #8ad74c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,215,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8ad74c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8ad74c; -webkit-box-shadow: 1px 1px 3px 2px #8ad74c; box-shadow: 1px 1px 3px 2px #8ad74c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,215,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8ad74c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8ad74c; -webkit-box-shadow: 1px 1px 3px 2px #8ad74c; box-shadow: 1px 1px 3px 2px #8ad74c;">
Div content here</div>
This div box has shadow with color #8ad74c
Comments
No comments written yet.
Please login to write comment.