Color Hex Logo

#aac56c Color Hex

#AAC56C
(170,197,108)
0 Favorites   0 Comments

Color spaces of #aac56c

RGB 170197108
HSL0.220.430.60
HSV78°45°77°
CMYK 0.140.000.45   0.23
XYZ39.250649.561321.6849
Yxy49.56130.35520.4485
Hunter Lab70.3998-23.679031.0170
CIE-Lab75.7992-23.346541.4782

#aac56c color RGB value is (170,197,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 01101100
Octal 252 305 154
Decimal 170 197 108
Hex AA C5 6C

RGB Percentages of Color #aac56c

%35.79
%41.47
%22.74

CMYK Percentages of Color #aac56c

%14
%0
%45
%23

Triadic Colors of #aac56c

#aac56c #6caac5 #c56caa

Analogous Colors of #aac56c

#aac56c #7ec56c #c5b46c

Monochromatic Colors of #aac56c

#aac56c

Complementary Color

#aac56c #876cc5

#aac56c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac56c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac56c Color CSS Codes

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

#aac56c Text Font Color

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

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


#aac56c Background Color

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

This div background color is #aac56c


#aac56c Border Color

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

This div border color is #aac56c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac56c


Comments

No comments written yet.

Please login to write comment.