Color Hex Logo

#aab4cc Color Hex

#AAB4CC
(170,180,204)
0 Favorites   0 Comments

Color spaces of #aab4cc

RGB 170180204
HSL0.620.250.73
HSV222°17°80°
CMYK 0.170.120.00   0.20
XYZ43.797945.548263.6100
Yxy45.54820.28630.2978
Hunter Lab67.4894-2.2672-8.6393
CIE-Lab73.25141.4921-13.3114

#aab4cc color RGB value is (170,180,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 11001100
Octal 252 264 314
Decimal 170 180 204
Hex AA B4 CC

RGB Percentages of Color #aab4cc

%30.69
%32.49
%36.82

CMYK Percentages of Color #aab4cc

%17
%12
%0
%20

Triadic Colors of #aab4cc

#aab4cc #ccaab4 #b4ccaa

Analogous Colors of #aab4cc

#aab4cc #b1aacc #aac5cc

Monochromatic Colors of #aab4cc

#aab4cc

Complementary Color

#aab4cc #ccc2aa

#aab4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab4cc Color CSS Codes

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

#aab4cc Text Font Color

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

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


#aab4cc Background Color

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

This div background color is #aab4cc


#aab4cc Border Color

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

This div border color is #aab4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab4cc


Comments

No comments written yet.

Please login to write comment.