Color spaces of #acc29e
RGB | 172 | 194 | 158 |
---|---|---|---|
HSL | 0.27 | 0.23 | 0.69 |
HSV | 97° | 19° | 76° |
CMYK | 0.11 | 0.00 | 0.19 0.24 |
XYZ | 42.4766 | 49.8229 | 39.7258 |
Yxy | 49.8229 | 0.3217 | 0.3774 |
Hunter Lab | 70.5853 | -16.1072 | 16.0410 |
CIE-Lab | 75.9604 | -14.1080 | 15.6409 |
#acc29e color RGB value is (172,194,158).
#acc29e hex color red value is 172, green value is 194 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #acc29e hue: 0.27 , saturation: 0.23 and the lightness value of acc29e is 0.69.
The process color (four color CMYK) of #acc29e color hex is 0.11, 0.00, 0.19, 0.24. Web safe color of #acc29e is #99cc99. Color #acc29e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11000010 | 10011110 |
Octal | 254 | 302 | 236 |
Decimal | 172 | 194 | 158 |
Hex | AC | C2 | 9E |
Shades of #acc29e
Tints of #acc29e
RGB Percentages of Color #acc29e
CMYK Percentages of Color #acc29e
Complementary Color
#acc29e | #b49ec2 |
#acc29e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acc29e Color Preview on White Background
Lorem ipsum dolor sit amet.
#acc29e Color CSS Codes
.mybgcolor {background-color:#acc29e; } .myforecolor {color:#acc29e; } .mybordercolor {border:3px solid #acc29e; }
#acc29e Text Font Color
<p style="color:#acc29e">Text here</p>
This sample text font color is #acc29e
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.
#acc29e Background Color
<div style="background-color:#acc29e">
Div content here</div>
This div background color is #acc29e
#acc29e Border Color
<div style="border:3px solid #acc29e">
Div here</div>
This div border color is #acc29e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,194,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acc29e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acc29e; -webkit-box-shadow: 1px 1px 3px 2px #acc29e; box-shadow: 1px 1px 3px 2px #acc29e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,194,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acc29e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acc29e; -webkit-box-shadow: 1px 1px 3px 2px #acc29e; box-shadow: 1px 1px 3px 2px #acc29e;">
Div content here</div>
This div box has shadow with color #acc29e
Comments
No comments written yet.
Please login to write comment.