Color Hex Logo

#aaae95 Color Hex

#AAAE95
(170,174,149)
0 Favorites   0 Comments

Color spaces of #aaae95

RGB 170174149
HSL0.190.130.63
HSV70°14°68°
CMYK 0.020.000.14   0.32
XYZ37.138440.988134.3879
Yxy40.98810.33010.3643
Hunter Lab64.0219-8.492612.9691
CIE-Lab70.1676-5.874812.3644

#aaae95 color RGB value is (170,174,149).

#aaae95 hex color red value is 170, green value is 174 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #aaae95 hue: 0.19 , saturation: 0.13 and the lightness value of aaae95 is 0.63.

The process color (four color CMYK) of #aaae95 color hex is 0.02, 0.00, 0.14, 0.32. Web safe color of #aaae95 is #999999. Color #aaae95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 10010101
Octal 252 256 225
Decimal 170 174 149
Hex AA AE 95

RGB Percentages of Color #aaae95

%34.48
%35.29
%30.22

CMYK Percentages of Color #aaae95

%2
%0
%14
%32

Triadic Colors of #aaae95

#aaae95 #95aaae #ae95aa

Analogous Colors of #aaae95

#aaae95 #9eae95 #aea695

Monochromatic Colors of #aaae95

#aaae95

Complementary Color

#aaae95 #9995ae

#aaae95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaae95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaae95 Color CSS Codes

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

#aaae95 Text Font Color

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

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


#aaae95 Background Color

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

This div background color is #aaae95


#aaae95 Border Color

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

This div border color is #aaae95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaae95


Comments

No comments written yet.

Please login to write comment.