Color Hex Logo

#aab7cc Color Hex

#AAB7CC
(170,183,204)
0 Favorites   0 Comments

Color spaces of #aab7cc

RGB 170183204
HSL0.600.250.73
HSV217°17°80°
CMYK 0.170.100.00   0.20
XYZ44.410146.772763.8141
Yxy46.77270.28650.3018
Hunter Lab68.3906-3.7727-7.4491
CIE-Lab74.0441-0.1338-12.1232

#aab7cc color RGB value is (170,183,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 11001100
Octal 252 267 314
Decimal 170 183 204
Hex AA B7 CC

RGB Percentages of Color #aab7cc

%30.52
%32.85
%36.62

CMYK Percentages of Color #aab7cc

%17
%10
%0
%20

Triadic Colors of #aab7cc

#aab7cc #ccaab7 #b7ccaa

Analogous Colors of #aab7cc

#aab7cc #aeaacc #aac8cc

Monochromatic Colors of #aab7cc

#aab7cc

Complementary Color

#aab7cc #ccbfaa

#aab7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab7cc Color CSS Codes

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

#aab7cc Text Font Color

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

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


#aab7cc Background Color

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

This div background color is #aab7cc


#aab7cc Border Color

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

This div border color is #aab7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab7cc


Comments

No comments written yet.

Please login to write comment.