Color Hex Logo

#aab5c7 Color Hex

#AAB5C7
(170,181,199)
0 Favorites   0 Comments

Color spaces of #aab5c7

RGB 170181199
HSL0.600.210.72
HSV217°15°78°
CMYK 0.150.090.00   0.22
XYZ43.410245.717360.5692
Yxy45.71730.29000.3054
Hunter Lab67.6146-3.7242-5.7818
CIE-Lab73.3617-0.1263-10.4134

#aab5c7 color RGB value is (170,181,199).

#aab5c7 hex color red value is 170, green value is 181 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #aab5c7 hue: 0.60 , saturation: 0.21 and the lightness value of aab5c7 is 0.72.

The process color (four color CMYK) of #aab5c7 color hex is 0.15, 0.09, 0.00, 0.22. Web safe color of #aab5c7 is #99cccc. Color #aab5c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110101 11000111
Octal 252 265 307
Decimal 170 181 199
Hex AA B5 C7

RGB Percentages of Color #aab5c7

%30.91
%32.91
%36.18

CMYK Percentages of Color #aab5c7

%15
%9
%0
%22

Triadic Colors of #aab5c7

#aab5c7 #c7aab5 #b5c7aa

Analogous Colors of #aab5c7

#aab5c7 #aeaac7 #aac4c7

Monochromatic Colors of #aab5c7

#aab5c7

Complementary Color

#aab5c7 #c7bcaa

#aab5c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab5c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab5c7 Color CSS Codes

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

#aab5c7 Text Font Color

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

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


#aab5c7 Background Color

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

This div background color is #aab5c7


#aab5c7 Border Color

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

This div border color is #aab5c7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,181,199, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aab5c7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab5c7


Comments

No comments written yet.

Please login to write comment.