Color Hex Logo

#aabb5f Color Hex

#AABB5F
(170,187,95)
0 Favorites   0 Comments

Color spaces of #aabb5f

RGB 17018795
HSL0.200.400.55
HSV71°49°73°
CMYK 0.090.000.49   0.27
XYZ36.413444.912917.5763
Yxy44.91290.36820.4541
Hunter Lab67.0171-20.292831.3622
CIE-Lab72.8345-19.764444.2651

#aabb5f color RGB value is (170,187,95).

#aabb5f hex color red value is 170, green value is 187 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aabb5f hue: 0.20 , saturation: 0.40 and the lightness value of aabb5f is 0.55.

The process color (four color CMYK) of #aabb5f color hex is 0.09, 0.00, 0.49, 0.27. Web safe color of #aabb5f is #99cc66. Color #aabb5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 01011111
Octal 252 273 137
Decimal 170 187 95
Hex AA BB 5F

RGB Percentages of Color #aabb5f

%37.61
%41.37
%21.02

CMYK Percentages of Color #aabb5f

%9
%0
%49
%27

Triadic Colors of #aabb5f

#aabb5f #5faabb #bb5faa

Analogous Colors of #aabb5f

#aabb5f #7cbb5f #bb9e5f

Monochromatic Colors of #aabb5f

#aabb5f

Complementary Color

#aabb5f #705fbb

#aabb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabb5f Color CSS Codes

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

#aabb5f Text Font Color

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

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


#aabb5f Background Color

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

This div background color is #aabb5f


#aabb5f Border Color

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

This div border color is #aabb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabb5f


Comments

No comments written yet.

Please login to write comment.