Color Hex Logo

#aabb9b Color Hex

#AABB9B
(170,187,155)
0 Favorites   0 Comments

Color spaces of #aabb9b

RGB 170187155
HSL0.260.190.67
HSV92°17°73°
CMYK 0.090.000.17   0.27
XYZ40.264346.453337.8546
Yxy46.45330.32320.3729
Hunter Lab68.1567-13.823314.7797
CIE-Lab73.8387-11.718014.2627

#aabb9b color RGB value is (170,187,155).

#aabb9b hex color red value is 170, green value is 187 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #aabb9b hue: 0.26 , saturation: 0.19 and the lightness value of aabb9b is 0.67.

The process color (four color CMYK) of #aabb9b color hex is 0.09, 0.00, 0.17, 0.27. Web safe color of #aabb9b is #99cc99. Color #aabb9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 10011011
Octal 252 273 233
Decimal 170 187 155
Hex AA BB 9B

RGB Percentages of Color #aabb9b

%33.20
%36.52
%30.27

CMYK Percentages of Color #aabb9b

%9
%0
%17
%27

Triadic Colors of #aabb9b

#aabb9b #9baabb #bb9baa

Analogous Colors of #aabb9b

#aabb9b #9bbb9c #babb9b

Monochromatic Colors of #aabb9b

#aabb9b

Complementary Color

#aabb9b #ac9bbb

#aabb9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabb9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabb9b Color CSS Codes

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

#aabb9b Text Font Color

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

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


#aabb9b Background Color

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

This div background color is #aabb9b


#aabb9b Border Color

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

This div border color is #aabb9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabb9b


Comments

No comments written yet.

Please login to write comment.