Color Hex Logo

#accc6c Color Hex

#ACCC6C
(172,204,108)
0 Favorites   0 Comments

Color spaces of #accc6c

RGB 172204108
HSL0.220.480.61
HSV80°47°80°
CMYK 0.160.000.47   0.20
XYZ41.312953.039122.2475
Yxy53.03910.35430.4549
Hunter Lab72.8279-26.191732.8676
CIE-Lab77.8981-25.983344.0955

#accc6c color RGB value is (172,204,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 01101100
Octal 254 314 154
Decimal 172 204 108
Hex AC CC 6C

RGB Percentages of Color #accc6c

%35.54
%42.15
%22.31

CMYK Percentages of Color #accc6c

%16
%0
%47
%20

Triadic Colors of #accc6c

#accc6c #6caccc #cc6cac

Analogous Colors of #accc6c

#accc6c #7ccc6c #ccbc6c

Monochromatic Colors of #accc6c

#accc6c

Complementary Color

#accc6c #8c6ccc

#accc6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accc6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#accc6c Color CSS Codes

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

#accc6c Text Font Color

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

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


#accc6c Background Color

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

This div background color is #accc6c


#accc6c Border Color

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

This div border color is #accc6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accc6c


Comments

No comments written yet.

Please login to write comment.