Color Hex Logo

#aab78b Color Hex

#AAB78B
(170,183,139)
0 Favorites   0 Comments

Color spaces of #aab78b

RGB 170183139
HSL0.220.230.63
HSV78°24°72°
CMYK 0.070.000.24   0.28
XYZ38.171344.277130.9606
Yxy44.27710.33660.3904
Hunter Lab66.5410-14.050218.9919
CIE-Lab72.4133-12.196820.9204

#aab78b color RGB value is (170,183,139).

#aab78b hex color red value is 170, green value is 183 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aab78b hue: 0.22 , saturation: 0.23 and the lightness value of aab78b is 0.63.

The process color (four color CMYK) of #aab78b color hex is 0.07, 0.00, 0.24, 0.28. Web safe color of #aab78b is #99cc99. Color #aab78b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 10001011
Octal 252 267 213
Decimal 170 183 139
Hex AA B7 8B

RGB Percentages of Color #aab78b

%34.55
%37.20
%28.25

CMYK Percentages of Color #aab78b

%7
%0
%24
%28

Triadic Colors of #aab78b

#aab78b #8baab7 #b78baa

Analogous Colors of #aab78b

#aab78b #94b78b #b7ae8b

Monochromatic Colors of #aab78b

#aab78b

Complementary Color

#aab78b #988bb7

#aab78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab78b Color CSS Codes

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

#aab78b Text Font Color

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

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


#aab78b Background Color

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

This div background color is #aab78b


#aab78b Border Color

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

This div border color is #aab78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab78b


Comments

No comments written yet.

Please login to write comment.