Color Hex Logo

#aac66c Color Hex

#AAC66C
(170,198,108)
0 Favorites   0 Comments

Color spaces of #aac66c

RGB 170198108
HSL0.220.440.60
HSV79°45°78°
CMYK 0.140.000.45   0.22
XYZ39.478450.016921.7609
Yxy50.01690.35480.4496
Hunter Lab70.7226-24.123331.2627
CIE-Lab76.0796-23.836441.8254

#aac66c color RGB value is (170,198,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 01101100
Octal 252 306 154
Decimal 170 198 108
Hex AA C6 6C

RGB Percentages of Color #aac66c

%35.71
%41.60
%22.69

CMYK Percentages of Color #aac66c

%14
%0
%45
%22

Triadic Colors of #aac66c

#aac66c #6caac6 #c66caa

Analogous Colors of #aac66c

#aac66c #7dc66c #c6b56c

Monochromatic Colors of #aac66c

#aac66c

Complementary Color

#aac66c #886cc6

#aac66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac66c Color CSS Codes

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

#aac66c Text Font Color

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

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


#aac66c Background Color

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

This div background color is #aac66c


#aac66c Border Color

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

This div border color is #aac66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac66c


Comments

No comments written yet.

Please login to write comment.