Color Hex Logo

#acc66c Color Hex

#ACC66C
(172,198,108)
0 Favorites   0 Comments

Color spaces of #acc66c

RGB 172198108
HSL0.210.440.60
HSV77°45°78°
CMYK 0.130.000.45   0.22
XYZ39.914150.241521.7812
Yxy50.24150.35660.4488
Hunter Lab70.8812-23.526631.3976
CIE-Lab76.2173-23.062242.0263

#acc66c color RGB value is (172,198,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000110 01101100
Octal 254 306 154
Decimal 172 198 108
Hex AC C6 6C

RGB Percentages of Color #acc66c

%35.98
%41.42
%22.59

CMYK Percentages of Color #acc66c

%13
%0
%45
%22

Triadic Colors of #acc66c

#acc66c #6cacc6 #c66cac

Analogous Colors of #acc66c

#acc66c #7fc66c #c6b36c

Monochromatic Colors of #acc66c

#acc66c

Complementary Color

#acc66c #866cc6

#acc66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc66c Color CSS Codes

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

#acc66c Text Font Color

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

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


#acc66c Background Color

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

This div background color is #acc66c


#acc66c Border Color

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

This div border color is #acc66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc66c


Comments

No comments written yet.

Please login to write comment.