Color Hex Logo

#aaa3cc Color Hex

#AAA3CC
(170,163,204)
0 Favorites   0 Comments

Color spaces of #aaa3cc

RGB 170163204
HSL0.700.290.72
HSV250°20°80°
CMYK 0.170.200.00   0.20
XYZ40.573839.100162.5353
Yxy39.10010.28530.2749
Hunter Lab62.53016.3954-15.5239
CIE-Lab68.823710.8581-19.9984

#aaa3cc color RGB value is (170,163,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 11001100
Octal 252 243 314
Decimal 170 163 204
Hex AA A3 CC

RGB Percentages of Color #aaa3cc

%31.66
%30.35
%37.99

CMYK Percentages of Color #aaa3cc

%17
%20
%0
%20

Triadic Colors of #aaa3cc

#aaa3cc #ccaaa3 #a3ccaa

Analogous Colors of #aaa3cc

#aaa3cc #bfa3cc #a3b1cc

Monochromatic Colors of #aaa3cc

#aaa3cc

Complementary Color

#aaa3cc #c5cca3

#aaa3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa3cc Color CSS Codes

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

#aaa3cc Text Font Color

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

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


#aaa3cc Background Color

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

This div background color is #aaa3cc


#aaa3cc Border Color

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

This div border color is #aaa3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa3cc


Comments

No comments written yet.

Please login to write comment.