Color Hex Logo

#a9a4cc Color Hex

#A9A4CC
(169,164,204)
0 Favorites   0 Comments

Color spaces of #a9a4cc

RGB 169164204
HSL0.690.280.72
HSV248°20°80°
CMYK 0.170.200.00   0.20
XYZ40.536739.345662.5847
Yxy39.34560.28450.2762
Hunter Lab62.72615.5849-15.2481
CIE-Lab69.00099.9797-19.7367

#a9a4cc color RGB value is (169,164,204).

#a9a4cc hex color red value is 169, green value is 164 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a9a4cc hue: 0.69 , saturation: 0.28 and the lightness value of a9a4cc is 0.72.

The process color (four color CMYK) of #a9a4cc color hex is 0.17, 0.20, 0.00, 0.20. Web safe color of #a9a4cc is #9999cc. Color #a9a4cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10100100 11001100
Octal 251 244 314
Decimal 169 164 204
Hex A9 A4 CC

RGB Percentages of Color #a9a4cc

%31.47
%30.54
%37.99

CMYK Percentages of Color #a9a4cc

%17
%20
%0
%20

Triadic Colors of #a9a4cc

#a9a4cc #cca9a4 #a4cca9

Analogous Colors of #a9a4cc

#a9a4cc #bda4cc #a4b3cc

Monochromatic Colors of #a9a4cc

#a9a4cc

Complementary Color

#a9a4cc #c7cca4

#a9a4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9a4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9a4cc Color CSS Codes

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

#a9a4cc Text Font Color

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

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


#a9a4cc Background Color

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

This div background color is #a9a4cc


#a9a4cc Border Color

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

This div border color is #a9a4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9a4cc


Comments

No comments written yet.

Please login to write comment.