Color Hex Logo

#acc35e Color Hex

#ACC35E
(172,195,94)
0 Favorites   0 Comments

Color spaces of #acc35e

RGB 17219594
HSL0.200.460.57
HSV74°52°76°
CMYK 0.120.000.52   0.24
XYZ38.548748.609017.9404
Yxy48.60900.36680.4625
Hunter Lab69.7202-23.316533.5476
CIE-Lab75.2074-23.028647.6096

#acc35e color RGB value is (172,195,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 01011110
Octal 254 303 136
Decimal 172 195 94
Hex AC C3 5E

RGB Percentages of Color #acc35e

%37.31
%42.30
%20.39

CMYK Percentages of Color #acc35e

%12
%0
%52
%24

Triadic Colors of #acc35e

#acc35e #5eacc3 #c35eac

Analogous Colors of #acc35e

#acc35e #7ac35e #c3a85e

Monochromatic Colors of #acc35e

#acc35e

Complementary Color

#acc35e #755ec3

#acc35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc35e Color CSS Codes

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

#acc35e Text Font Color

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

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


#acc35e Background Color

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

This div background color is #acc35e


#acc35e Border Color

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

This div border color is #acc35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc35e


Comments

No comments written yet.

Please login to write comment.