Color spaces of #aba4ac
RGB | 171 | 164 | 172 |
---|---|---|---|
HSL | 0.81 | 0.05 | 0.66 |
HSV | 293° | 5° | 67° |
CMYK | 0.01 | 0.05 | 0.00 0.33 |
XYZ | 37.5164 | 38.1874 | 44.4233 |
Yxy | 38.1874 | 0.3123 | 0.3179 |
Hunter Lab | 61.7960 | 0.2246 | 0.6353 |
CIE-Lab | 68.1585 | 4.0210 | -3.2352 |
#aba4ac color RGB value is (171,164,172).
#aba4ac hex color red value is 171, green value is 164 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aba4ac hue: 0.81 , saturation: 0.05 and the lightness value of aba4ac is 0.66.
The process color (four color CMYK) of #aba4ac color hex is 0.01, 0.05, 0.00, 0.33. Web safe color of #aba4ac is #999999. Color #aba4ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10100100 | 10101100 |
Octal | 253 | 244 | 254 |
Decimal | 171 | 164 | 172 |
Hex | AB | A4 | AC |
Shades of #aba4ac
Tints of #aba4ac
RGB Percentages of Color #aba4ac
CMYK Percentages of Color #aba4ac
Complementary Color
#aba4ac | #a5aca4 |
#aba4ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aba4ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#aba4ac Color CSS Codes
.mybgcolor {background-color:#aba4ac; } .myforecolor {color:#aba4ac; } .mybordercolor {border:3px solid #aba4ac; }
#aba4ac Text Font Color
<p style="color:#aba4ac">Text here</p>
This sample text font color is #aba4ac
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.
#aba4ac Background Color
<div style="background-color:#aba4ac">
Div content here</div>
This div background color is #aba4ac
#aba4ac Border Color
<div style="border:3px solid #aba4ac">
Div here</div>
This div border color is #aba4ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,164,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aba4ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aba4ac; -webkit-box-shadow: 1px 1px 3px 2px #aba4ac; box-shadow: 1px 1px 3px 2px #aba4ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,164,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aba4ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aba4ac; -webkit-box-shadow: 1px 1px 3px 2px #aba4ac; box-shadow: 1px 1px 3px 2px #aba4ac;">
Div content here</div>
This div box has shadow with color #aba4ac
Comments
No comments written yet.
Please login to write comment.