Color Hex Logo

#aac774 Color Hex

#AAC774
(170,199,116)
0 Favorites   0 Comments

Color spaces of #aac774

RGB 170199116
HSL0.220.430.62
HSV81°42°78°
CMYK 0.150.000.42   0.22
XYZ40.153450.653824.1839
Yxy50.65380.34920.4405
Hunter Lab71.1715-23.844329.6734
CIE-Lab76.4688-23.399738.3082

#aac774 color RGB value is (170,199,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000111 01110100
Octal 252 307 164
Decimal 170 199 116
Hex AA C7 74

RGB Percentages of Color #aac774

%35.05
%41.03
%23.92

CMYK Percentages of Color #aac774

%15
%0
%42
%22

Triadic Colors of #aac774

#aac774 #74aac7 #c774aa

Analogous Colors of #aac774

#aac774 #81c774 #c7bb74

Monochromatic Colors of #aac774

#aac774

Complementary Color

#aac774 #9174c7

#aac774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac774 Color CSS Codes

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

#aac774 Text Font Color

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

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


#aac774 Background Color

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

This div background color is #aac774


#aac774 Border Color

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

This div border color is #aac774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac774


Comments

No comments written yet.

Please login to write comment.