Color Hex Logo

#aabb8d Color Hex

#AABB8D
(170,187,141)
0 Favorites   0 Comments

Color spaces of #aabb8d

RGB 170187141
HSL0.230.250.64
HSV82°25°73°
CMYK 0.090.000.25   0.27
XYZ39.155646.009832.0164
Yxy46.00980.33410.3926
Hunter Lab67.8305-15.663219.4961
CIE-Lab73.5519-13.960521.4052

#aabb8d color RGB value is (170,187,141).

#aabb8d hex color red value is 170, green value is 187 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #aabb8d hue: 0.23 , saturation: 0.25 and the lightness value of aabb8d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 10001101
Octal 252 273 215
Decimal 170 187 141
Hex AA BB 8D

RGB Percentages of Color #aabb8d

%34.14
%37.55
%28.31

CMYK Percentages of Color #aabb8d

%9
%0
%25
%27

Triadic Colors of #aabb8d

#aabb8d #8daabb #bb8daa

Analogous Colors of #aabb8d

#aabb8d #93bb8d #bbb58d

Monochromatic Colors of #aabb8d

#aabb8d

Complementary Color

#aabb8d #9e8dbb

#aabb8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabb8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabb8d Color CSS Codes

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

#aabb8d Text Font Color

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

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


#aabb8d Background Color

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

This div background color is #aabb8d


#aabb8d Border Color

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

This div border color is #aabb8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabb8d


Comments

No comments written yet.

Please login to write comment.