Color spaces of #accca4
RGB | 172 | 204 | 164 |
---|---|---|---|
HSL | 0.30 | 0.28 | 0.72 |
HSV | 108° | 20° | 80° |
CMYK | 0.16 | 0.00 | 0.20 0.20 |
XYZ | 45.3070 | 54.6367 | 43.2800 |
Yxy | 54.6367 | 0.3163 | 0.3815 |
Hunter Lab | 73.9166 | -19.9430 | 17.0259 |
CIE-Lab | 78.8315 | -18.1746 | 16.4502 |
#accca4 color RGB value is (172,204,164).
#accca4 hex color red value is 172, green value is 204 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #accca4 hue: 0.30 , saturation: 0.28 and the lightness value of accca4 is 0.72.
The process color (four color CMYK) of #accca4 color hex is 0.16, 0.00, 0.20, 0.20. Web safe color of #accca4 is #99cc99. Color #accca4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11001100 | 10100100 |
Octal | 254 | 314 | 244 |
Decimal | 172 | 204 | 164 |
Hex | AC | CC | A4 |
Shades of #accca4
Tints of #accca4
RGB Percentages of Color #accca4
CMYK Percentages of Color #accca4
Complementary Color
#accca4 | #c4a4cc |
#accca4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#accca4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#accca4 Color CSS Codes
.mybgcolor {background-color:#accca4; } .myforecolor {color:#accca4; } .mybordercolor {border:3px solid #accca4; }
#accca4 Text Font Color
<p style="color:#accca4">Text here</p>
This sample text font color is #accca4
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.
#accca4 Background Color
<div style="background-color:#accca4">
Div content here</div>
This div background color is #accca4
#accca4 Border Color
<div style="border:3px solid #accca4">
Div here</div>
This div border color is #accca4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,204,164, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #accca4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #accca4; -webkit-box-shadow: 1px 1px 3px 2px #accca4; box-shadow: 1px 1px 3px 2px #accca4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,204,164, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #accca4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #accca4; -webkit-box-shadow: 1px 1px 3px 2px #accca4; box-shadow: 1px 1px 3px 2px #accca4;">
Div content here</div>
This div box has shadow with color #accca4
Comments
No comments written yet.
Please login to write comment.