Color Hex Logo

#aaba9e Color Hex

#AABA9E
(170,186,158)
0 Favorites   0 Comments

Color spaces of #aaba9e

RGB 170186158
HSL0.260.170.67
HSV94°15°73°
CMYK 0.090.000.15   0.27
XYZ40.308046.132539.1278
Yxy46.13250.32100.3674
Hunter Lab67.9209-12.929913.3889
CIE-Lab73.6314-10.688712.3461

#aaba9e color RGB value is (170,186,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 10011110
Octal 252 272 236
Decimal 170 186 158
Hex AA BA 9E

RGB Percentages of Color #aaba9e

%33.07
%36.19
%30.74

CMYK Percentages of Color #aaba9e

%9
%0
%15
%27

Triadic Colors of #aaba9e

#aaba9e #9eaaba #ba9eaa

Analogous Colors of #aaba9e

#aaba9e #9ebaa0 #b8ba9e

Monochromatic Colors of #aaba9e

#aaba9e

Complementary Color

#aaba9e #ae9eba

#aaba9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaba9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaba9e Color CSS Codes

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

#aaba9e Text Font Color

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

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


#aaba9e Background Color

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

This div background color is #aaba9e


#aaba9e Border Color

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

This div border color is #aaba9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaba9e

#aaba9e Color Palettes


Comments

No comments written yet.

Please login to write comment.