Color Hex Logo

#acc32e Color Hex

#ACC32E
(172,195,46)
0 Favorites   0 Comments

Color spaces of #acc32e

RGB 17219546
HSL0.190.620.47
HSV69°76°76°
CMYK 0.120.000.76   0.24
XYZ37.021547.99819.8981
Yxy47.99810.39000.5057
Hunter Lab69.2807-25.856140.0257
CIE-Lab74.8237-26.328366.6649

#acc32e color RGB value is (172,195,46).

#acc32e hex color red value is 172, green value is 195 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #acc32e hue: 0.19 , saturation: 0.62 and the lightness value of acc32e is 0.47.

The process color (four color CMYK) of #acc32e color hex is 0.12, 0.00, 0.76, 0.24. Web safe color of #acc32e is #99cc33. Color #acc32e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 00101110
Octal 254 303 56
Decimal 172 195 46
Hex AC C3 2E

RGB Percentages of Color #acc32e

%41.65
%47.22
%11.14

CMYK Percentages of Color #acc32e

%12
%0
%76
%24

Triadic Colors of #acc32e

#acc32e #2eacc3 #c32eac

Analogous Colors of #acc32e

#acc32e #61c32e #c3902e

Monochromatic Colors of #acc32e

#acc32e

Complementary Color

#acc32e #452ec3

#acc32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc32e Color CSS Codes

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

#acc32e Text Font Color

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

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


#acc32e Background Color

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

This div background color is #acc32e


#acc32e Border Color

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

This div border color is #acc32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc32e


Comments

No comments written yet.

Please login to write comment.