Color spaces of #acd97e
RGB | 172 | 217 | 126 |
---|---|---|---|
HSL | 0.25 | 0.54 | 0.67 |
HSV | 90° | 42° | 85° |
CMYK | 0.21 | 0.00 | 0.42 0.15 |
XYZ | 45.5920 | 59.9027 | 28.8981 |
Yxy | 59.9027 | 0.3392 | 0.4457 |
Hunter Lab | 77.3968 | -30.2958 | 32.0403 |
CIE-Lab | 81.7853 | -30.0889 | 40.0667 |
#acd97e color RGB value is (172,217,126).
#acd97e hex color red value is 172, green value is 217 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #acd97e hue: 0.25 , saturation: 0.54 and the lightness value of acd97e is 0.67.
The process color (four color CMYK) of #acd97e color hex is 0.21, 0.00, 0.42, 0.15. Web safe color of #acd97e is #99cc66. Color #acd97e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11011001 | 01111110 |
Octal | 254 | 331 | 176 |
Decimal | 172 | 217 | 126 |
Hex | AC | D9 | 7E |
Shades of #acd97e
Tints of #acd97e
RGB Percentages of Color #acd97e
CMYK Percentages of Color #acd97e
Complementary Color
#acd97e | #ab7ed9 |
#acd97e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acd97e Color Preview on White Background
Lorem ipsum dolor sit amet.
#acd97e Color CSS Codes
.mybgcolor {background-color:#acd97e; } .myforecolor {color:#acd97e; } .mybordercolor {border:3px solid #acd97e; }
#acd97e Text Font Color
<p style="color:#acd97e">Text here</p>
This sample text font color is #acd97e
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.
#acd97e Background Color
<div style="background-color:#acd97e">
Div content here</div>
This div background color is #acd97e
#acd97e Border Color
<div style="border:3px solid #acd97e">
Div here</div>
This div border color is #acd97e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,217,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acd97e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acd97e; -webkit-box-shadow: 1px 1px 3px 2px #acd97e; box-shadow: 1px 1px 3px 2px #acd97e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,217,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acd97e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acd97e; -webkit-box-shadow: 1px 1px 3px 2px #acd97e; box-shadow: 1px 1px 3px 2px #acd97e;">
Div content here</div>
This div box has shadow with color #acd97e
Comments
No comments written yet.
Please login to write comment.