Color Hex Logo

#a3a9cc Color Hex

#A3A9CC
(163,169,204)
0 Favorites   0 Comments

Color spaces of #a3a9cc

RGB 163169204
HSL0.640.290.72
HSV231°20°80°
CMYK 0.200.170.00   0.20
XYZ40.191340.522162.8300
Yxy40.52210.28000.2823
Hunter Lab63.65701.3004-13.9599
CIE-Lab69.83985.2917-18.5073

#a3a9cc color RGB value is (163,169,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101001 11001100
Octal 243 251 314
Decimal 163 169 204
Hex A3 A9 CC

RGB Percentages of Color #a3a9cc

%30.41
%31.53
%38.06

CMYK Percentages of Color #a3a9cc

%20
%17
%0
%20

Triadic Colors of #a3a9cc

#a3a9cc #cca3a9 #a9cca3

Analogous Colors of #a3a9cc

#a3a9cc #b2a3cc #a3becc

Monochromatic Colors of #a3a9cc

#a3a9cc

Complementary Color

#a3a9cc #ccc6a3

#a3a9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3a9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3a9cc Color CSS Codes

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

#a3a9cc Text Font Color

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

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


#a3a9cc Background Color

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

This div background color is #a3a9cc


#a3a9cc Border Color

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

This div border color is #a3a9cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,169,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 #a3a9cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3a9cc


Comments

No comments written yet.

Please login to write comment.