Color Hex Logo

#a9acdd Color Hex

#A9ACDD
(169,172,221)
0 Favorites   0 Comments

Color spaces of #a9acdd

RGB 169172221
HSL0.660.430.76
HSV237°24°87°
CMYK 0.240.220.00   0.13
XYZ44.165943.160574.4096
Yxy43.16050.27310.2669
Hunter Lab65.69675.0311-21.1656
CIE-Lab71.66389.4140-25.0206

#a9acdd color RGB value is (169,172,221).

#a9acdd hex color red value is 169, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a9acdd hue: 0.66 , saturation: 0.43 and the lightness value of a9acdd is 0.76.

The process color (four color CMYK) of #a9acdd color hex is 0.24, 0.22, 0.00, 0.13. Web safe color of #a9acdd is #9999cc. Color #a9acdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101100 11011101
Octal 251 254 335
Decimal 169 172 221
Hex A9 AC DD

RGB Percentages of Color #a9acdd

%30.07
%30.60
%39.32

CMYK Percentages of Color #a9acdd

%24
%22
%0
%13

Triadic Colors of #a9acdd

#a9acdd #dda9ac #acdda9

Analogous Colors of #a9acdd

#a9acdd #c0a9dd #a9c6dd

Monochromatic Colors of #a9acdd

#a9acdd

Complementary Color

#a9acdd #dddaa9

#a9acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9acdd Color CSS Codes

.mybgcolor {background-color:#a9acdd; } 
.myforecolor {color:#a9acdd; }
.mybordercolor {border:3px solid #a9acdd; }

#a9acdd Text Font Color

<p style="color:#a9acdd">Text here</p>

This sample text font color is #a9acdd
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.


#a9acdd Background Color

<div style="background-color:#a9acdd">
Div content here</div>

This div background color is #a9acdd


#a9acdd Border Color

<div style="border:3px solid #a9acdd">
Div here</div>

This div border color is #a9acdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,172,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a9acdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a9acdd;
  -webkit-box-shadow: 1px 1px 3px 2px #a9acdd;
  box-shadow:         1px 1px 3px 2px #a9acdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,172,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a9acdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a9acdd;
  -webkit-box-shadow: 1px 1px 3px 2px #a9acdd;
  box-shadow:         1px 1px 3px 2px #a9acdd;">
Div content here</div>

This div box has shadow with color #a9acdd


Comments

No comments written yet.

Please login to write comment.