Color spaces of #a9acdc
RGB | 169 | 172 | 220 |
---|---|---|---|
HSL | 0.66 | 0.42 | 0.76 |
HSV | 236° | 23° | 86° |
CMYK | 0.23 | 0.22 | 0.00 0.14 |
XYZ | 44.0330 | 43.1074 | 73.7099 |
Yxy | 43.1074 | 0.2738 | 0.2680 |
Hunter Lab | 65.6562 | 4.8144 | -20.6034 |
CIE-Lab | 71.6278 | 9.1802 | -24.5287 |
#a9acdc color RGB value is (169,172,220).
#a9acdc hex color red value is 169, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a9acdc hue: 0.66 , saturation: 0.42 and the lightness value of a9acdc is 0.76.
The process color (four color CMYK) of #a9acdc color hex is 0.23, 0.22, 0.00, 0.14. Web safe color of #a9acdc is #9999cc. Color #a9acdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10101100 | 11011100 |
Octal | 251 | 254 | 334 |
Decimal | 169 | 172 | 220 |
Hex | A9 | AC | DC |
Shades of #a9acdc
Tints of #a9acdc
RGB Percentages of Color #a9acdc
CMYK Percentages of Color #a9acdc
Complementary Color
#a9acdc | #dcd9a9 |
#a9acdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a9acdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a9acdc Color CSS Codes
.mybgcolor {background-color:#a9acdc; } .myforecolor {color:#a9acdc; } .mybordercolor {border:3px solid #a9acdc; }
#a9acdc Text Font Color
<p style="color:#a9acdc">Text here</p>
This sample text font color is #a9acdc
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.
#a9acdc Background Color
<div style="background-color:#a9acdc">
Div content here</div>
This div background color is #a9acdc
#a9acdc Border Color
<div style="border:3px solid #a9acdc">
Div here</div>
This div border color is #a9acdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,172,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a9acdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a9acdc; -webkit-box-shadow: 1px 1px 3px 2px #a9acdc; box-shadow: 1px 1px 3px 2px #a9acdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,172,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a9acdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a9acdc; -webkit-box-shadow: 1px 1px 3px 2px #a9acdc; box-shadow: 1px 1px 3px 2px #a9acdc;">
Div content here</div>
This div box has shadow with color #a9acdc
Comments
No comments written yet.
Please login to write comment.