Color spaces of #acc5ae
RGB | 172 | 197 | 174 |
---|---|---|---|
HSL | 0.35 | 0.18 | 0.72 |
HSV | 125° | 13° | 77° |
CMYK | 0.13 | 0.00 | 0.12 0.23 |
XYZ | 44.6195 | 51.7592 | 47.6832 |
Yxy | 51.7592 | 0.3097 | 0.3593 |
Hunter Lab | 71.9439 | -15.1963 | 11.0643 |
CIE-Lab | 77.1366 | -12.8546 | 8.7011 |
#acc5ae color RGB value is (172,197,174).
#acc5ae hex color red value is 172, green value is 197 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #acc5ae hue: 0.35 , saturation: 0.18 and the lightness value of acc5ae is 0.72.
The process color (four color CMYK) of #acc5ae color hex is 0.13, 0.00, 0.12, 0.23. Web safe color of #acc5ae is #99cc99. Color #acc5ae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11000101 | 10101110 |
Octal | 254 | 305 | 256 |
Decimal | 172 | 197 | 174 |
Hex | AC | C5 | AE |
Shades of #acc5ae
Tints of #acc5ae
RGB Percentages of Color #acc5ae
CMYK Percentages of Color #acc5ae
Complementary Color
#acc5ae | #c5acc3 |
#acc5ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acc5ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#acc5ae Color CSS Codes
.mybgcolor {background-color:#acc5ae; } .myforecolor {color:#acc5ae; } .mybordercolor {border:3px solid #acc5ae; }
#acc5ae Text Font Color
<p style="color:#acc5ae">Text here</p>
This sample text font color is #acc5ae
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.
#acc5ae Background Color
<div style="background-color:#acc5ae">
Div content here</div>
This div background color is #acc5ae
#acc5ae Border Color
<div style="border:3px solid #acc5ae">
Div here</div>
This div border color is #acc5ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,197,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acc5ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acc5ae; -webkit-box-shadow: 1px 1px 3px 2px #acc5ae; box-shadow: 1px 1px 3px 2px #acc5ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,197,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acc5ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acc5ae; -webkit-box-shadow: 1px 1px 3px 2px #acc5ae; box-shadow: 1px 1px 3px 2px #acc5ae;">
Div content here</div>
This div box has shadow with color #acc5ae
Comments
No comments written yet.
Please login to write comment.