Color spaces of #a9bbba
RGB | 169 | 187 | 186 |
---|---|---|---|
HSL | 0.49 | 0.12 | 0.70 |
HSV | 177° | 10° | 73° |
CMYK | 0.10 | 0.00 | 0.01 0.27 |
XYZ | 42.9954 | 47.5208 | 53.3607 |
Yxy | 47.5208 | 0.2988 | 0.3303 |
Hunter Lab | 68.9353 | -9.3053 | 2.3602 |
CIE-Lab | 74.5217 | -6.3564 | -1.6108 |
#a9bbba color RGB value is (169,187,186).
#a9bbba hex color red value is 169, green value is 187 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a9bbba hue: 0.49 , saturation: 0.12 and the lightness value of a9bbba is 0.70.
The process color (four color CMYK) of #a9bbba color hex is 0.10, 0.00, 0.01, 0.27. Web safe color of #a9bbba is #99cccc. Color #a9bbba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10111011 | 10111010 |
Octal | 251 | 273 | 272 |
Decimal | 169 | 187 | 186 |
Hex | A9 | BB | BA |
Shades of #a9bbba
Tints of #a9bbba
RGB Percentages of Color #a9bbba
CMYK Percentages of Color #a9bbba
Complementary Color
#a9bbba | #bba9aa |
#a9bbba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a9bbba Color Preview on White Background
Lorem ipsum dolor sit amet.
#a9bbba Color CSS Codes
.mybgcolor {background-color:#a9bbba; } .myforecolor {color:#a9bbba; } .mybordercolor {border:3px solid #a9bbba; }
#a9bbba Text Font Color
<p style="color:#a9bbba">Text here</p>
This sample text font color is #a9bbba
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.
#a9bbba Background Color
<div style="background-color:#a9bbba">
Div content here</div>
This div background color is #a9bbba
#a9bbba Border Color
<div style="border:3px solid #a9bbba">
Div here</div>
This div border color is #a9bbba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,187,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a9bbba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a9bbba; -webkit-box-shadow: 1px 1px 3px 2px #a9bbba; box-shadow: 1px 1px 3px 2px #a9bbba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,187,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a9bbba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a9bbba; -webkit-box-shadow: 1px 1px 3px 2px #a9bbba; box-shadow: 1px 1px 3px 2px #a9bbba;">
Div content here</div>
This div box has shadow with color #a9bbba
Comments
No comments written yet.
Please login to write comment.