Color Hex Logo

#acc17c Color Hex

#ACC17C
(172,193,124)
0 Favorites   0 Comments

Color spaces of #acc17c

RGB 172193124
HSL0.220.360.62
HSV78°36°76°
CMYK 0.110.000.36   0.24
XYZ39.721348.365826.3108
Yxy48.36580.34720.4228
Hunter Lab69.5455-19.753426.2510
CIE-Lab75.0551-18.656632.4192

#acc17c color RGB value is (172,193,124).

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

The process color (four color CMYK) of #acc17c color hex is 0.11, 0.00, 0.36, 0.24. Web safe color of #acc17c is #99cc66. Color #acc17c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 01111100
Octal 254 301 174
Decimal 172 193 124
Hex AC C1 7C

RGB Percentages of Color #acc17c

%35.17
%39.47
%25.36

CMYK Percentages of Color #acc17c

%11
%0
%36
%24

Triadic Colors of #acc17c

#acc17c #7cacc1 #c17cac

Analogous Colors of #acc17c

#acc17c #8ac17c #c1b47c

Monochromatic Colors of #acc17c

#acc17c

Complementary Color

#acc17c #917cc1

#acc17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc17c Color CSS Codes

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

#acc17c Text Font Color

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

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


#acc17c Background Color

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

This div background color is #acc17c


#acc17c Border Color

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

This div border color is #acc17c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc17c


Comments

No comments written yet.

Please login to write comment.