Color Hex Logo

#aab9b0 Color Hex

#AAB9B0
(170,185,176)
0 Favorites   0 Comments

Color spaces of #aab9b0

RGB 170185176
HSL0.400.100.70
HSV144°73°
CMYK 0.080.000.05   0.27
XYZ41.763046.378647.8251
Yxy46.37860.30720.3411
Hunter Lab68.1018-9.71436.0344
CIE-Lab73.7905-6.90782.7815

#aab9b0 color RGB value is (170,185,176).

#aab9b0 hex color red value is 170, green value is 185 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #aab9b0 hue: 0.40 , saturation: 0.10 and the lightness value of aab9b0 is 0.70.

The process color (four color CMYK) of #aab9b0 color hex is 0.08, 0.00, 0.05, 0.27. Web safe color of #aab9b0 is #99cc99. Color #aab9b0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 10110000
Octal 252 271 260
Decimal 170 185 176
Hex AA B9 B0

RGB Percentages of Color #aab9b0

%32.02
%34.84
%33.15

CMYK Percentages of Color #aab9b0

%8
%0
%5
%27

Triadic Colors of #aab9b0

#aab9b0 #b0aab9 #b9b0aa

Analogous Colors of #aab9b0

#aab9b0 #aab9b8 #acb9aa

Monochromatic Colors of #aab9b0

#aab9b0

Complementary Color

#aab9b0 #b9aab3

#aab9b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab9b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab9b0 Color CSS Codes

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

#aab9b0 Text Font Color

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

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


#aab9b0 Background Color

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

This div background color is #aab9b0


#aab9b0 Border Color

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

This div border color is #aab9b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab9b0


Comments

No comments written yet.

Please login to write comment.