Color Hex Logo

#aacc7c Color Hex

#AACC7C
(170,204,124)
0 Favorites   0 Comments

Color spaces of #aacc7c

RGB 170204124
HSL0.240.440.64
HSV85°39°80°
CMYK 0.170.000.39   0.20
XYZ41.808553.187027.1314
Yxy53.18700.34230.4355
Hunter Lab72.9294-25.297228.9934
CIE-Lab77.9853-24.850636.1895

#aacc7c color RGB value is (170,204,124).

#aacc7c hex color red value is 170, green value is 204 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #aacc7c hue: 0.24 , saturation: 0.44 and the lightness value of aacc7c is 0.64.

The process color (four color CMYK) of #aacc7c color hex is 0.17, 0.00, 0.39, 0.20. Web safe color of #aacc7c is #99cc66. Color #aacc7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 01111100
Octal 252 314 174
Decimal 170 204 124
Hex AA CC 7C

RGB Percentages of Color #aacc7c

%34.14
%40.96
%24.90

CMYK Percentages of Color #aacc7c

%17
%0
%39
%20

Triadic Colors of #aacc7c

#aacc7c #7caacc #cc7caa

Analogous Colors of #aacc7c

#aacc7c #82cc7c #ccc67c

Monochromatic Colors of #aacc7c

#aacc7c

Complementary Color

#aacc7c #9e7ccc

#aacc7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacc7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacc7c Color CSS Codes

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

#aacc7c Text Font Color

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

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


#aacc7c Background Color

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

This div background color is #aacc7c


#aacc7c Border Color

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

This div border color is #aacc7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacc7c


Comments

No comments written yet.

Please login to write comment.