Color spaces of #aca7bc
RGB | 172 | 167 | 188 |
---|---|---|---|
HSL | 0.71 | 0.14 | 0.70 |
HSV | 254° | 11° | 74° |
CMYK | 0.09 | 0.11 | 0.00 0.26 |
XYZ | 39.9091 | 40.0389 | 53.2018 |
Yxy | 40.0389 | 0.2997 | 0.3007 |
Hunter Lab | 63.2763 | 1.8485 | -5.5568 |
CIE-Lab | 69.4972 | 5.8878 | -10.1169 |
#aca7bc color RGB value is (172,167,188).
#aca7bc hex color red value is 172, green value is 167 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aca7bc hue: 0.71 , saturation: 0.14 and the lightness value of aca7bc is 0.70.
The process color (four color CMYK) of #aca7bc color hex is 0.09, 0.11, 0.00, 0.26. Web safe color of #aca7bc is #9999cc. Color #aca7bc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10100111 | 10111100 |
Octal | 254 | 247 | 274 |
Decimal | 172 | 167 | 188 |
Hex | AC | A7 | BC |
Shades of #aca7bc
Tints of #aca7bc
RGB Percentages of Color #aca7bc
CMYK Percentages of Color #aca7bc
Complementary Color
#aca7bc | #b7bca7 |
#aca7bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aca7bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aca7bc Color CSS Codes
.mybgcolor {background-color:#aca7bc; } .myforecolor {color:#aca7bc; } .mybordercolor {border:3px solid #aca7bc; }
#aca7bc Text Font Color
<p style="color:#aca7bc">Text here</p>
This sample text font color is #aca7bc
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.
#aca7bc Background Color
<div style="background-color:#aca7bc">
Div content here</div>
This div background color is #aca7bc
#aca7bc Border Color
<div style="border:3px solid #aca7bc">
Div here</div>
This div border color is #aca7bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,167,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aca7bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aca7bc; -webkit-box-shadow: 1px 1px 3px 2px #aca7bc; box-shadow: 1px 1px 3px 2px #aca7bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,167,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aca7bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aca7bc; -webkit-box-shadow: 1px 1px 3px 2px #aca7bc; box-shadow: 1px 1px 3px 2px #aca7bc;">
Div content here</div>
This div box has shadow with color #aca7bc
Comments
No comments written yet.
Please login to write comment.