Color Hex Logo

#acc956 Color Hex

#ACC956
(172,201,86)
0 Favorites   0 Comments

Color spaces of #acc956

RGB 17220186
HSL0.210.520.56
HSV75°57°79°
CMYK 0.140.000.57   0.21
XYZ39.579651.215816.6037
Yxy51.21580.36850.4769
Hunter Lab71.5652-26.518636.3399
CIE-Lab76.8095-26.664153.1655

#acc956 color RGB value is (172,201,86).

#acc956 hex color red value is 172, green value is 201 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #acc956 hue: 0.21 , saturation: 0.52 and the lightness value of acc956 is 0.56.

The process color (four color CMYK) of #acc956 color hex is 0.14, 0.00, 0.57, 0.21. Web safe color of #acc956 is #99cc66. Color #acc956 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001001 01010110
Octal 254 311 126
Decimal 172 201 86
Hex AC C9 56

RGB Percentages of Color #acc956

%37.47
%43.79
%18.74

CMYK Percentages of Color #acc956

%14
%0
%57
%21

Triadic Colors of #acc956

#acc956 #56acc9 #c956ac

Analogous Colors of #acc956

#acc956 #73c956 #c9ad56

Monochromatic Colors of #acc956

#acc956

Complementary Color

#acc956 #7356c9

#acc956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc956 Color CSS Codes

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

#acc956 Text Font Color

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

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


#acc956 Background Color

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

This div background color is #acc956


#acc956 Border Color

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

This div border color is #acc956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc956


Comments

No comments written yet.

Please login to write comment.