Color Hex Logo

#aac57f Color Hex

#AAC57F
(170,197,127)
0 Favorites   0 Comments

Color spaces of #aac57f

RGB 170197127
HSL0.230.380.64
HSV83°36°77°
CMYK 0.140.000.36   0.23
XYZ40.374650.010927.6038
Yxy50.01090.34220.4239
Hunter Lab70.7184-21.847826.3600
CIE-Lab76.0760-21.018732.1713

#aac57f color RGB value is (170,197,127).

#aac57f hex color red value is 170, green value is 197 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aac57f hue: 0.23 , saturation: 0.38 and the lightness value of aac57f is 0.64.

The process color (four color CMYK) of #aac57f color hex is 0.14, 0.00, 0.36, 0.23. Web safe color of #aac57f is #99cc66. Color #aac57f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 01111111
Octal 252 305 177
Decimal 170 197 127
Hex AA C5 7F

RGB Percentages of Color #aac57f

%34.41
%39.88
%25.71

CMYK Percentages of Color #aac57f

%14
%0
%36
%23

Triadic Colors of #aac57f

#aac57f #7faac5 #c57faa

Analogous Colors of #aac57f

#aac57f #87c57f #c5bd7f

Monochromatic Colors of #aac57f

#aac57f

Complementary Color

#aac57f #9a7fc5

#aac57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac57f Color CSS Codes

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

#aac57f Text Font Color

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

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


#aac57f Background Color

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

This div background color is #aac57f


#aac57f Border Color

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

This div border color is #aac57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac57f


Comments

No comments written yet.

Please login to write comment.