Color spaces of #a5bbac
RGB | 165 | 187 | 172 |
---|---|---|---|
HSL | 0.39 | 0.14 | 0.69 |
HSV | 139° | 12° | 73° |
CMYK | 0.12 | 0.00 | 0.08 0.27 |
XYZ | 40.7338 | 46.5185 | 45.8618 |
Yxy | 46.5185 | 0.3060 | 0.3495 |
Hunter Lab | 68.2045 | -12.7522 | 7.8756 |
CIE-Lab | 73.8807 | -10.4451 | 5.0465 |
#a5bbac color RGB value is (165,187,172).
#a5bbac hex color red value is 165, green value is 187 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a5bbac hue: 0.39 , saturation: 0.14 and the lightness value of a5bbac is 0.69.
The process color (four color CMYK) of #a5bbac color hex is 0.12, 0.00, 0.08, 0.27. Web safe color of #a5bbac is #99cc99. Color #a5bbac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 10111011 | 10101100 |
Octal | 245 | 273 | 254 |
Decimal | 165 | 187 | 172 |
Hex | A5 | BB | AC |
Shades of #a5bbac
Tints of #a5bbac
RGB Percentages of Color #a5bbac
CMYK Percentages of Color #a5bbac
Complementary Color
#a5bbac | #bba5b4 |
#a5bbac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a5bbac Color Preview on White Background
Lorem ipsum dolor sit amet.
#a5bbac Color CSS Codes
.mybgcolor {background-color:#a5bbac; } .myforecolor {color:#a5bbac; } .mybordercolor {border:3px solid #a5bbac; }
#a5bbac Text Font Color
<p style="color:#a5bbac">Text here</p>
This sample text font color is #a5bbac
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.
#a5bbac Background Color
<div style="background-color:#a5bbac">
Div content here</div>
This div background color is #a5bbac
#a5bbac Border Color
<div style="border:3px solid #a5bbac">
Div here</div>
This div border color is #a5bbac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,187,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a5bbac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a5bbac; -webkit-box-shadow: 1px 1px 3px 2px #a5bbac; box-shadow: 1px 1px 3px 2px #a5bbac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,187,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 #a5bbac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a5bbac; -webkit-box-shadow: 1px 1px 3px 2px #a5bbac; box-shadow: 1px 1px 3px 2px #a5bbac;">
Div content here</div>
This div box has shadow with color #a5bbac
Comments
No comments written yet.
Please login to write comment.