Color spaces of #a9bbcf
RGB | 169 | 187 | 207 |
---|---|---|---|
HSL | 0.59 | 0.28 | 0.74 |
HSV | 212° | 18° | 81° |
CMYK | 0.18 | 0.10 | 0.00 0.19 |
XYZ | 45.3950 | 48.4807 | 65.9966 |
Yxy | 48.4807 | 0.2839 | 0.3032 |
Hunter Lab | 69.6281 | -5.4736 | -7.4580 |
CIE-Lab | 75.1271 | -1.9545 | -12.1428 |
#a9bbcf color RGB value is (169,187,207).
#a9bbcf hex color red value is 169, green value is 187 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a9bbcf hue: 0.59 , saturation: 0.28 and the lightness value of a9bbcf is 0.74.
The process color (four color CMYK) of #a9bbcf color hex is 0.18, 0.10, 0.00, 0.19. Web safe color of #a9bbcf is #99cccc. Color #a9bbcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10111011 | 11001111 |
Octal | 251 | 273 | 317 |
Decimal | 169 | 187 | 207 |
Hex | A9 | BB | CF |
Shades of #a9bbcf
Tints of #a9bbcf
RGB Percentages of Color #a9bbcf
CMYK Percentages of Color #a9bbcf
Complementary Color
#a9bbcf | #cfbda9 |
#a9bbcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a9bbcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a9bbcf Color CSS Codes
.mybgcolor {background-color:#a9bbcf; } .myforecolor {color:#a9bbcf; } .mybordercolor {border:3px solid #a9bbcf; }
#a9bbcf Text Font Color
<p style="color:#a9bbcf">Text here</p>
This sample text font color is #a9bbcf
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.
#a9bbcf Background Color
<div style="background-color:#a9bbcf">
Div content here</div>
This div background color is #a9bbcf
#a9bbcf Border Color
<div style="border:3px solid #a9bbcf">
Div here</div>
This div border color is #a9bbcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,187,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a9bbcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a9bbcf; -webkit-box-shadow: 1px 1px 3px 2px #a9bbcf; box-shadow: 1px 1px 3px 2px #a9bbcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,187,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a9bbcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a9bbcf; -webkit-box-shadow: 1px 1px 3px 2px #a9bbcf; box-shadow: 1px 1px 3px 2px #a9bbcf;">
Div content here</div>
This div box has shadow with color #a9bbcf
Comments
No comments written yet.
Please login to write comment.