Color spaces of #a9adde
RGB | 169 | 173 | 222 |
---|---|---|---|
HSL | 0.65 | 0.45 | 0.77 |
HSV | 235° | 24° | 87° |
CMYK | 0.24 | 0.22 | 0.00 0.13 |
XYZ | 44.4906 | 43.5961 | 75.1772 |
Yxy | 43.5961 | 0.2725 | 0.2670 |
Hunter Lab | 66.0273 | 4.7292 | -21.2871 |
CIE-Lab | 71.9577 | 9.0938 | -25.1175 |
#a9adde color RGB value is (169,173,222).
#a9adde hex color red value is 169, green value is 173 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a9adde hue: 0.65 , saturation: 0.45 and the lightness value of a9adde is 0.77.
The process color (four color CMYK) of #a9adde color hex is 0.24, 0.22, 0.00, 0.13. Web safe color of #a9adde is #9999cc. Color #a9adde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10101101 | 11011110 |
Octal | 251 | 255 | 336 |
Decimal | 169 | 173 | 222 |
Hex | A9 | AD | DE |
Shades of #a9adde
Tints of #a9adde
RGB Percentages of Color #a9adde
CMYK Percentages of Color #a9adde
Complementary Color
#a9adde | #dedaa9 |
#a9adde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a9adde Color Preview on White Background
Lorem ipsum dolor sit amet.
#a9adde Color CSS Codes
.mybgcolor {background-color:#a9adde; } .myforecolor {color:#a9adde; } .mybordercolor {border:3px solid #a9adde; }
#a9adde Text Font Color
<p style="color:#a9adde">Text here</p>
This sample text font color is #a9adde
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.
#a9adde Background Color
<div style="background-color:#a9adde">
Div content here</div>
This div background color is #a9adde
#a9adde Border Color
<div style="border:3px solid #a9adde">
Div here</div>
This div border color is #a9adde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,173,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a9adde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a9adde; -webkit-box-shadow: 1px 1px 3px 2px #a9adde; box-shadow: 1px 1px 3px 2px #a9adde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,173,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a9adde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a9adde; -webkit-box-shadow: 1px 1px 3px 2px #a9adde; box-shadow: 1px 1px 3px 2px #a9adde;">
Div content here</div>
This div box has shadow with color #a9adde
Comments
No comments written yet.
Please login to write comment.