Color Hex Logo

#aacc6c Color Hex

#AACC6C
(170,204,108)
0 Favorites   0 Comments

Color spaces of #aacc6c

RGB 170204108
HSL0.230.480.61
HSV81°47°80°
CMYK 0.170.000.47   0.20
XYZ40.877252.814522.2271
Yxy52.81450.35260.4556
Hunter Lab72.6736-26.776732.7378
CIE-Lab77.7654-26.747443.9027

#aacc6c color RGB value is (170,204,108).

#aacc6c hex color red value is 170, green value is 204 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #aacc6c hue: 0.23 , saturation: 0.48 and the lightness value of aacc6c is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 01101100
Octal 252 314 154
Decimal 170 204 108
Hex AA CC 6C

RGB Percentages of Color #aacc6c

%35.27
%42.32
%22.41

CMYK Percentages of Color #aacc6c

%17
%0
%47
%20

Triadic Colors of #aacc6c

#aacc6c #6caacc #cc6caa

Analogous Colors of #aacc6c

#aacc6c #7acc6c #ccbe6c

Monochromatic Colors of #aacc6c

#aacc6c

Complementary Color

#aacc6c #8e6ccc

#aacc6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacc6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacc6c Color CSS Codes

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

#aacc6c Text Font Color

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

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


#aacc6c Background Color

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

This div background color is #aacc6c


#aacc6c Border Color

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

This div border color is #aacc6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacc6c

#aacc6c Color Palettes


Comments

No comments written yet.

Please login to write comment.