Color spaces of #accc9e
RGB | 172 | 204 | 158 |
---|---|---|---|
HSL | 0.28 | 0.31 | 0.71 |
HSV | 102° | 23° | 80° |
CMYK | 0.16 | 0.00 | 0.23 0.20 |
XYZ | 44.7777 | 54.4250 | 40.4928 |
Yxy | 54.4250 | 0.3205 | 0.3896 |
Hunter Lab | 73.7733 | -20.7603 | 19.0981 |
CIE-Lab | 78.7089 | -19.1729 | 19.4657 |
#accc9e color RGB value is (172,204,158).
#accc9e hex color red value is 172, green value is 204 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #accc9e hue: 0.28 , saturation: 0.31 and the lightness value of accc9e is 0.71.
The process color (four color CMYK) of #accc9e color hex is 0.16, 0.00, 0.23, 0.20. Web safe color of #accc9e is #99cc99. Color #accc9e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11001100 | 10011110 |
Octal | 254 | 314 | 236 |
Decimal | 172 | 204 | 158 |
Hex | AC | CC | 9E |
Shades of #accc9e
Tints of #accc9e
RGB Percentages of Color #accc9e
CMYK Percentages of Color #accc9e
Complementary Color
#accc9e | #be9ecc |
#accc9e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#accc9e Color Preview on White Background
Lorem ipsum dolor sit amet.
#accc9e Color CSS Codes
.mybgcolor {background-color:#accc9e; } .myforecolor {color:#accc9e; } .mybordercolor {border:3px solid #accc9e; }
#accc9e Text Font Color
<p style="color:#accc9e">Text here</p>
This sample text font color is #accc9e
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.
#accc9e Background Color
<div style="background-color:#accc9e">
Div content here</div>
This div background color is #accc9e
#accc9e Border Color
<div style="border:3px solid #accc9e">
Div here</div>
This div border color is #accc9e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,204,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #accc9e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #accc9e; -webkit-box-shadow: 1px 1px 3px 2px #accc9e; box-shadow: 1px 1px 3px 2px #accc9e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,204,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 #accc9e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #accc9e; -webkit-box-shadow: 1px 1px 3px 2px #accc9e; box-shadow: 1px 1px 3px 2px #accc9e;">
Div content here</div>
This div box has shadow with color #accc9e
Comments
No comments written yet.
Please login to write comment.