Color Hex Logo

#aac97e Color Hex

#AAC97E
(170,201,126)
0 Favorites   0 Comments

Color spaces of #aac97e

RGB 170201126
HSL0.240.410.64
HSV85°37°79°
CMYK 0.150.000.37   0.21
XYZ41.230151.825727.5690
Yxy51.82570.34180.4296
Hunter Lab71.9901-23.752227.6876
CIE-Lab77.1765-23.126234.1220

#aac97e color RGB value is (170,201,126).

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

The process color (four color CMYK) of #aac97e color hex is 0.15, 0.00, 0.37, 0.21. Web safe color of #aac97e is #99cc66. Color #aac97e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001001 01111110
Octal 252 311 176
Decimal 170 201 126
Hex AA C9 7E

RGB Percentages of Color #aac97e

%34.21
%40.44
%25.35

CMYK Percentages of Color #aac97e

%15
%0
%37
%21

Triadic Colors of #aac97e

#aac97e #7eaac9 #c97eaa

Analogous Colors of #aac97e

#aac97e #85c97e #c9c37e

Monochromatic Colors of #aac97e

#aac97e

Complementary Color

#aac97e #9d7ec9

#aac97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac97e Color CSS Codes

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

#aac97e Text Font Color

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

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


#aac97e Background Color

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

This div background color is #aac97e


#aac97e Border Color

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

This div border color is #aac97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac97e

#aac97e Color Palettes


Comments

No comments written yet.

Please login to write comment.