Color Hex Logo

#acc356 Color Hex

#ACC356
(172,195,86)
0 Favorites   0 Comments

Color spaces of #acc356

RGB 17219586
HSL0.200.480.55
HSV73°56°76°
CMYK 0.120.000.56   0.24
XYZ38.208148.472816.1465
Yxy48.47280.37160.4714
Hunter Lab69.6224-23.880234.9854
CIE-Lab75.1222-23.754451.2462

#acc356 color RGB value is (172,195,86).

#acc356 hex color red value is 172, green value is 195 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #acc356 hue: 0.20 , saturation: 0.48 and the lightness value of acc356 is 0.55.

The process color (four color CMYK) of #acc356 color hex is 0.12, 0.00, 0.56, 0.24. Web safe color of #acc356 is #99cc66. Color #acc356 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 01010110
Octal 254 303 126
Decimal 172 195 86
Hex AC C3 56

RGB Percentages of Color #acc356

%37.97
%43.05
%18.98

CMYK Percentages of Color #acc356

%12
%0
%56
%24

Triadic Colors of #acc356

#acc356 #56acc3 #c356ac

Analogous Colors of #acc356

#acc356 #76c356 #c3a456

Monochromatic Colors of #acc356

#acc356

Complementary Color

#acc356 #6d56c3

#acc356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc356 Color CSS Codes

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

#acc356 Text Font Color

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

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


#acc356 Background Color

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

This div background color is #acc356


#acc356 Border Color

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

This div border color is #acc356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc356


Comments

No comments written yet.

Please login to write comment.