Color Hex Logo

#aac77f Color Hex

#AAC77F
(170,199,127)
0 Favorites   0 Comments

Color spaces of #aac77f

RGB 170199127
HSL0.230.390.64
HSV84°36°78°
CMYK 0.150.000.36   0.22
XYZ40.831850.925227.7562
Yxy50.92520.34170.4261
Hunter Lab71.3619-22.749326.8925
CIE-Lab76.6337-22.009232.9004

#aac77f color RGB value is (170,199,127).

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

The process color (four color CMYK) of #aac77f color hex is 0.15, 0.00, 0.36, 0.22. Web safe color of #aac77f is #99cc66. Color #aac77f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000111 01111111
Octal 252 307 177
Decimal 170 199 127
Hex AA C7 7F

RGB Percentages of Color #aac77f

%34.27
%40.12
%25.60

CMYK Percentages of Color #aac77f

%15
%0
%36
%22

Triadic Colors of #aac77f

#aac77f #7faac7 #c77faa

Analogous Colors of #aac77f

#aac77f #86c77f #c7c07f

Monochromatic Colors of #aac77f

#aac77f

Complementary Color

#aac77f #9c7fc7

#aac77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac77f Color CSS Codes

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

#aac77f Text Font Color

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

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


#aac77f Background Color

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

This div background color is #aac77f


#aac77f Border Color

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

This div border color is #aac77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac77f


Comments

No comments written yet.

Please login to write comment.