Color Hex Logo

#aab89b Color Hex

#AAB89B
(170,184,155)
0 Favorites   0 Comments

Color spaces of #aab89b

RGB 170184155
HSL0.250.170.66
HSV89°16°72°
CMYK 0.080.000.16   0.28
XYZ39.634445.193637.6446
Yxy45.19360.32360.3690
Hunter Lab67.2262-12.408013.8577
CIE-Lab73.0192-10.154113.1103

#aab89b color RGB value is (170,184,155).

#aab89b hex color red value is 170, green value is 184 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #aab89b hue: 0.25 , saturation: 0.17 and the lightness value of aab89b is 0.66.

The process color (four color CMYK) of #aab89b color hex is 0.08, 0.00, 0.16, 0.28. Web safe color of #aab89b is #99cc99. Color #aab89b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 10011011
Octal 252 270 233
Decimal 170 184 155
Hex AA B8 9B

RGB Percentages of Color #aab89b

%33.40
%36.15
%30.45

CMYK Percentages of Color #aab89b

%8
%0
%16
%28

Triadic Colors of #aab89b

#aab89b #9baab8 #b89baa

Analogous Colors of #aab89b

#aab89b #9cb89b #b8b89b

Monochromatic Colors of #aab89b

#aab89b

Complementary Color

#aab89b #a99bb8

#aab89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab89b Color CSS Codes

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

#aab89b Text Font Color

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

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


#aab89b Background Color

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

This div background color is #aab89b


#aab89b Border Color

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

This div border color is #aab89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab89b


Comments

No comments written yet.

Please login to write comment.