Color Hex Logo

#accc6f Color Hex

#ACCC6F
(172,204,111)
0 Favorites   0 Comments

Color spaces of #accc6f

RGB 172204111
HSL0.220.480.62
HSV81°46°80°
CMYK 0.160.000.46   0.20
XYZ41.475453.104123.1031
Yxy53.10410.35240.4512
Hunter Lab72.8726-25.933732.2138
CIE-Lab77.9364-25.652642.6704

#accc6f color RGB value is (172,204,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 01101111
Octal 254 314 157
Decimal 172 204 111
Hex AC CC 6F

RGB Percentages of Color #accc6f

%35.32
%41.89
%22.79

CMYK Percentages of Color #accc6f

%16
%0
%46
%20

Triadic Colors of #accc6f

#accc6f #6faccc #cc6fac

Analogous Colors of #accc6f

#accc6f #7ecc6f #ccbe6f

Monochromatic Colors of #accc6f

#accc6f

Complementary Color

#accc6f #8f6fcc

#accc6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accc6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#accc6f Color CSS Codes

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

#accc6f Text Font Color

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

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


#accc6f Background Color

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

This div background color is #accc6f


#accc6f Border Color

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

This div border color is #accc6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accc6f


Comments

No comments written yet.

Please login to write comment.