Color Hex Logo

#aab09e Color Hex

#AAB09E
(170,176,158)
0 Favorites   0 Comments

Color spaces of #aab09e

RGB 170176158
HSL0.220.100.65
HSV80°10°69°
CMYK 0.030.000.10   0.31
XYZ38.274542.065338.4499
Yxy42.06530.32220.3541
Hunter Lab64.8578-8.162910.2513
CIE-Lab70.9159-5.41048.4901

#aab09e color RGB value is (170,176,158).

#aab09e hex color red value is 170, green value is 176 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aab09e hue: 0.22 , saturation: 0.10 and the lightness value of aab09e is 0.65.

The process color (four color CMYK) of #aab09e color hex is 0.03, 0.00, 0.10, 0.31. Web safe color of #aab09e is #999999. Color #aab09e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 10011110
Octal 252 260 236
Decimal 170 176 158
Hex AA B0 9E

RGB Percentages of Color #aab09e

%33.73
%34.92
%31.35

CMYK Percentages of Color #aab09e

%3
%0
%10
%31

Triadic Colors of #aab09e

#aab09e #9eaab0 #b09eaa

Analogous Colors of #aab09e

#aab09e #a1b09e #b0ad9e

Monochromatic Colors of #aab09e

#aab09e

Complementary Color

#aab09e #a49eb0

#aab09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab09e Color CSS Codes

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

#aab09e Text Font Color

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

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


#aab09e Background Color

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

This div background color is #aab09e


#aab09e Border Color

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

This div border color is #aab09e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,176,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 #aab09e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab09e


Comments

No comments written yet.

Please login to write comment.