Color spaces of #a4afbb
RGB | 164 | 175 | 187 |
---|---|---|---|
HSL | 0.59 | 0.14 | 0.69 |
HSV | 211° | 12° | 73° |
CMYK | 0.12 | 0.06 | 0.00 0.27 |
XYZ | 39.6095 | 42.1403 | 53.0600 |
Yxy | 42.1403 | 0.2938 | 0.3126 |
Hunter Lab | 64.9156 | -4.6870 | -3.0209 |
CIE-Lab | 70.9675 | -1.3890 | -7.4418 |
#a4afbb color RGB value is (164,175,187).
#a4afbb hex color red value is 164, green value is 175 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a4afbb hue: 0.59 , saturation: 0.14 and the lightness value of a4afbb is 0.69.
The process color (four color CMYK) of #a4afbb color hex is 0.12, 0.06, 0.00, 0.27. Web safe color of #a4afbb is #9999cc. Color #a4afbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10101111 | 10111011 |
Octal | 244 | 257 | 273 |
Decimal | 164 | 175 | 187 |
Hex | A4 | AF | BB |
Shades of #a4afbb
Tints of #a4afbb
RGB Percentages of Color #a4afbb
CMYK Percentages of Color #a4afbb
Complementary Color
#a4afbb | #bbb0a4 |
#a4afbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a4afbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a4afbb Color CSS Codes
.mybgcolor {background-color:#a4afbb; } .myforecolor {color:#a4afbb; } .mybordercolor {border:3px solid #a4afbb; }
#a4afbb Text Font Color
<p style="color:#a4afbb">Text here</p>
This sample text font color is #a4afbb
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.
#a4afbb Background Color
<div style="background-color:#a4afbb">
Div content here</div>
This div background color is #a4afbb
#a4afbb Border Color
<div style="border:3px solid #a4afbb">
Div here</div>
This div border color is #a4afbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,175,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a4afbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a4afbb; -webkit-box-shadow: 1px 1px 3px 2px #a4afbb; box-shadow: 1px 1px 3px 2px #a4afbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,175,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a4afbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a4afbb; -webkit-box-shadow: 1px 1px 3px 2px #a4afbb; box-shadow: 1px 1px 3px 2px #a4afbb;">
Div content here</div>
This div box has shadow with color #a4afbb
Comments
No comments written yet.
Please login to write comment.