Color spaces of #a4a5ac
RGB | 164 | 165 | 172 |
---|---|---|---|
HSL | 0.65 | 0.05 | 0.66 |
HSV | 233° | 5° | 67° |
CMYK | 0.05 | 0.04 | 0.00 0.33 |
XYZ | 36.2114 | 37.7813 | 44.4137 |
Yxy | 37.7813 | 0.3058 | 0.3191 |
Hunter Lab | 61.4665 | -2.4077 | 0.1855 |
CIE-Lab | 67.8591 | 1.0085 | -3.7407 |
#a4a5ac color RGB value is (164,165,172).
#a4a5ac hex color red value is 164, green value is 165 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a4a5ac hue: 0.65 , saturation: 0.05 and the lightness value of a4a5ac is 0.66.
The process color (four color CMYK) of #a4a5ac color hex is 0.05, 0.04, 0.00, 0.33. Web safe color of #a4a5ac is #999999. Color #a4a5ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10100101 | 10101100 |
Octal | 244 | 245 | 254 |
Decimal | 164 | 165 | 172 |
Hex | A4 | A5 | AC |
Shades of #a4a5ac
Tints of #a4a5ac
RGB Percentages of Color #a4a5ac
CMYK Percentages of Color #a4a5ac
Complementary Color
#a4a5ac | #acaba4 |
#a4a5ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a4a5ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#a4a5ac Color CSS Codes
.mybgcolor {background-color:#a4a5ac; } .myforecolor {color:#a4a5ac; } .mybordercolor {border:3px solid #a4a5ac; }
#a4a5ac Text Font Color
<p style="color:#a4a5ac">Text here</p>
This sample text font color is #a4a5ac
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.
#a4a5ac Background Color
<div style="background-color:#a4a5ac">
Div content here</div>
This div background color is #a4a5ac
#a4a5ac Border Color
<div style="border:3px solid #a4a5ac">
Div here</div>
This div border color is #a4a5ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,165,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a4a5ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a4a5ac; -webkit-box-shadow: 1px 1px 3px 2px #a4a5ac; box-shadow: 1px 1px 3px 2px #a4a5ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,165,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 #a4a5ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a4a5ac; -webkit-box-shadow: 1px 1px 3px 2px #a4a5ac; box-shadow: 1px 1px 3px 2px #a4a5ac;">
Div content here</div>
This div box has shadow with color #a4a5ac
Comments
No comments written yet.
Please login to write comment.