Color Hex Logo

#aac776 Color Hex

#AAC776
(170,199,118)
0 Favorites   0 Comments

Color spaces of #aac776

RGB 170199118
HSL0.230.420.62
HSV81°41°78°
CMYK 0.150.000.41   0.22
XYZ40.271050.700924.8033
Yxy50.70090.34780.4379
Hunter Lab71.2046-23.654229.1902
CIE-Lab76.4975-23.157337.3323

#aac776 color RGB value is (170,199,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000111 01110110
Octal 252 307 166
Decimal 170 199 118
Hex AA C7 76

RGB Percentages of Color #aac776

%34.91
%40.86
%24.23

CMYK Percentages of Color #aac776

%15
%0
%41
%22

Triadic Colors of #aac776

#aac776 #76aac7 #c776aa

Analogous Colors of #aac776

#aac776 #82c776 #c7bc76

Monochromatic Colors of #aac776

#aac776

Complementary Color

#aac776 #9376c7

#aac776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac776 Color CSS Codes

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

#aac776 Text Font Color

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

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


#aac776 Background Color

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

This div background color is #aac776


#aac776 Border Color

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

This div border color is #aac776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac776


Comments

No comments written yet.

Please login to write comment.