Color Hex Logo

#acc35c Color Hex

#ACC35C
(172,195,92)
0 Favorites   0 Comments

Color spaces of #acc35c

RGB 17219592
HSL0.200.460.56
HSV73°53°76°
CMYK 0.120.000.53   0.24
XYZ38.460148.573617.4738
Yxy48.57360.36800.4648
Hunter Lab69.6948-23.463133.9212
CIE-Lab75.1853-23.216948.5303

#acc35c color RGB value is (172,195,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 01011100
Octal 254 303 134
Decimal 172 195 92
Hex AC C3 5C

RGB Percentages of Color #acc35c

%37.47
%42.48
%20.04

CMYK Percentages of Color #acc35c

%12
%0
%53
%24

Triadic Colors of #acc35c

#acc35c #5cacc3 #c35cac

Analogous Colors of #acc35c

#acc35c #79c35c #c3a75c

Monochromatic Colors of #acc35c

#acc35c

Complementary Color

#acc35c #735cc3

#acc35c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc35c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc35c Color CSS Codes

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

#acc35c Text Font Color

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

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


#acc35c Background Color

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

This div background color is #acc35c


#acc35c Border Color

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

This div border color is #acc35c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc35c


Comments

No comments written yet.

Please login to write comment.