Color Hex Logo

#aaba8e Color Hex

#AABA8E
(170,186,142)
0 Favorites   0 Comments

Color spaces of #aaba8e

RGB 170186142
HSL0.230.240.64
HSV82°24°73°
CMYK 0.090.000.24   0.27
XYZ39.019045.616932.3396
Yxy45.61690.33360.3900
Hunter Lab67.5403-15.073518.8890
CIE-Lab73.2963-13.291820.5184

#aaba8e color RGB value is (170,186,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 10001110
Octal 252 272 216
Decimal 170 186 142
Hex AA BA 8E

RGB Percentages of Color #aaba8e

%34.14
%37.35
%28.51

CMYK Percentages of Color #aaba8e

%9
%0
%24
%27

Triadic Colors of #aaba8e

#aaba8e #8eaaba #ba8eaa

Analogous Colors of #aaba8e

#aaba8e #94ba8e #bab48e

Monochromatic Colors of #aaba8e

#aaba8e

Complementary Color

#aaba8e #9e8eba

#aaba8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaba8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaba8e Color CSS Codes

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

#aaba8e Text Font Color

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

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


#aaba8e Background Color

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

This div background color is #aaba8e


#aaba8e Border Color

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

This div border color is #aaba8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaba8e


Comments

No comments written yet.

Please login to write comment.