Color Hex Logo

#aab25e Color Hex

#AAB25E
(170,178,94)
0 Favorites   0 Comments

Color spaces of #aab25e

RGB 17017894
HSL0.180.350.53
HSV66°47°70°
CMYK 0.040.000.47   0.30
XYZ34.518341.195016.7218
Yxy41.19500.37340.4457
Hunter Lab64.1833-16.322129.4814
CIE-Lab70.3123-15.305341.7107

#aab25e color RGB value is (170,178,94).

#aab25e hex color red value is 170, green value is 178 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aab25e hue: 0.18 , saturation: 0.35 and the lightness value of aab25e is 0.53.

The process color (four color CMYK) of #aab25e color hex is 0.04, 0.00, 0.47, 0.30. Web safe color of #aab25e is #999966. Color #aab25e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 01011110
Octal 252 262 136
Decimal 170 178 94
Hex AA B2 5E

RGB Percentages of Color #aab25e

%38.46
%40.27
%21.27

CMYK Percentages of Color #aab25e

%4
%0
%47
%30

Triadic Colors of #aab25e

#aab25e #5eaab2 #b25eaa

Analogous Colors of #aab25e

#aab25e #80b25e #b2905e

Monochromatic Colors of #aab25e

#aab25e

Complementary Color

#aab25e #665eb2

#aab25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab25e Color CSS Codes

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

#aab25e Text Font Color

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

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


#aab25e Background Color

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

This div background color is #aab25e


#aab25e Border Color

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

This div border color is #aab25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab25e


Comments

No comments written yet.

Please login to write comment.