Color spaces of #a9add1
RGB | 169 | 173 | 209 |
---|---|---|---|
HSL | 0.65 | 0.30 | 0.74 |
HSV | 234° | 19° | 82° |
CMYK | 0.19 | 0.17 | 0.00 0.18 |
XYZ | 42.8144 | 42.9256 | 66.3505 |
Yxy | 42.9256 | 0.2815 | 0.2822 |
Hunter Lab | 65.5176 | 1.9902 | -14.1814 |
CIE-Lab | 71.5044 | 6.1095 | -18.6908 |
#a9add1 color RGB value is (169,173,209).
#a9add1 hex color red value is 169, green value is 173 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #a9add1 hue: 0.65 , saturation: 0.30 and the lightness value of a9add1 is 0.74.
The process color (four color CMYK) of #a9add1 color hex is 0.19, 0.17, 0.00, 0.18. Web safe color of #a9add1 is #9999cc. Color #a9add1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10101101 | 11010001 |
Octal | 251 | 255 | 321 |
Decimal | 169 | 173 | 209 |
Hex | A9 | AD | D1 |
Shades of #a9add1
Tints of #a9add1
RGB Percentages of Color #a9add1
CMYK Percentages of Color #a9add1
Complementary Color
#a9add1 | #d1cda9 |
#a9add1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a9add1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a9add1 Color CSS Codes
.mybgcolor {background-color:#a9add1; } .myforecolor {color:#a9add1; } .mybordercolor {border:3px solid #a9add1; }
#a9add1 Text Font Color
<p style="color:#a9add1">Text here</p>
This sample text font color is #a9add1
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.
#a9add1 Background Color
<div style="background-color:#a9add1">
Div content here</div>
This div background color is #a9add1
#a9add1 Border Color
<div style="border:3px solid #a9add1">
Div here</div>
This div border color is #a9add1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,173,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a9add1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a9add1; -webkit-box-shadow: 1px 1px 3px 2px #a9add1; box-shadow: 1px 1px 3px 2px #a9add1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,173,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a9add1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a9add1; -webkit-box-shadow: 1px 1px 3px 2px #a9add1; box-shadow: 1px 1px 3px 2px #a9add1;">
Div content here</div>
This div box has shadow with color #a9add1
Comments
No comments written yet.
Please login to write comment.