Color spaces of #acaaaf
RGB | 172 | 170 | 175 |
---|---|---|---|
HSL | 0.73 | 0.03 | 0.68 |
HSV | 264° | 3° | 69° |
CMYK | 0.02 | 0.03 | 0.00 0.31 |
XYZ | 39.1258 | 40.6153 | 46.3348 |
Yxy | 40.6153 | 0.3103 | 0.3221 |
Hunter Lab | 63.7301 | -1.9413 | 1.5045 |
CIE-Lab | 69.9055 | 1.6621 | -2.3209 |
#acaaaf color RGB value is (172,170,175).
#acaaaf hex color red value is 172, green value is 170 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #acaaaf hue: 0.73 , saturation: 0.03 and the lightness value of acaaaf is 0.68.
The process color (four color CMYK) of #acaaaf color hex is 0.02, 0.03, 0.00, 0.31. Web safe color of #acaaaf is #999999. Color #acaaaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101010 | 10101111 |
Octal | 254 | 252 | 257 |
Decimal | 172 | 170 | 175 |
Hex | AC | AA | AF |
Shades of #acaaaf
Tints of #acaaaf
RGB Percentages of Color #acaaaf
CMYK Percentages of Color #acaaaf
Complementary Color
#acaaaf | #adafaa |
#acaaaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acaaaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#acaaaf Color CSS Codes
.mybgcolor {background-color:#acaaaf; } .myforecolor {color:#acaaaf; } .mybordercolor {border:3px solid #acaaaf; }
#acaaaf Text Font Color
<p style="color:#acaaaf">Text here</p>
This sample text font color is #acaaaf
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.
#acaaaf Background Color
<div style="background-color:#acaaaf">
Div content here</div>
This div background color is #acaaaf
#acaaaf Border Color
<div style="border:3px solid #acaaaf">
Div here</div>
This div border color is #acaaaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,170,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acaaaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acaaaf; -webkit-box-shadow: 1px 1px 3px 2px #acaaaf; box-shadow: 1px 1px 3px 2px #acaaaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,170,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acaaaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acaaaf; -webkit-box-shadow: 1px 1px 3px 2px #acaaaf; box-shadow: 1px 1px 3px 2px #acaaaf;">
Div content here</div>
This div box has shadow with color #acaaaf
Comments
No comments written yet.
Please login to write comment.