Color Hex Logo

#aab3cc Color Hex

#AAB3CC
(170,179,204)
0 Favorites   0 Comments

Color spaces of #aab3cc

RGB 170179204
HSL0.620.250.73
HSV224°17°80°
CMYK 0.170.120.00   0.20
XYZ43.596745.145963.5430
Yxy45.14590.28630.2965
Hunter Lab67.1907-1.7640-9.0377
CIE-Lab72.98792.0358-13.7071

#aab3cc color RGB value is (170,179,204).

#aab3cc hex color red value is 170, green value is 179 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aab3cc hue: 0.62 , saturation: 0.25 and the lightness value of aab3cc is 0.73.

The process color (four color CMYK) of #aab3cc color hex is 0.17, 0.12, 0.00, 0.20. Web safe color of #aab3cc is #99cccc. Color #aab3cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 11001100
Octal 252 263 314
Decimal 170 179 204
Hex AA B3 CC

RGB Percentages of Color #aab3cc

%30.74
%32.37
%36.89

CMYK Percentages of Color #aab3cc

%17
%12
%0
%20

Triadic Colors of #aab3cc

#aab3cc #ccaab3 #b3ccaa

Analogous Colors of #aab3cc

#aab3cc #b2aacc #aac4cc

Monochromatic Colors of #aab3cc

#aab3cc

Complementary Color

#aab3cc #ccc3aa

#aab3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab3cc Color CSS Codes

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

#aab3cc Text Font Color

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

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


#aab3cc Background Color

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

This div background color is #aab3cc


#aab3cc Border Color

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

This div border color is #aab3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab3cc


Comments

No comments written yet.

Please login to write comment.