Color Hex Logo

#acc45e Color Hex

#ACC45E
(172,196,94)
0 Favorites   0 Comments

Color spaces of #acc45e

RGB 17219694
HSL0.210.460.57
HSV74°52°77°
CMYK 0.120.000.52   0.23
XYZ38.773649.058718.0154
Yxy49.05870.36630.4635
Hunter Lab70.0419-23.759833.7794
CIE-Lab75.4878-23.518947.9404

#acc45e color RGB value is (172,196,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 01011110
Octal 254 304 136
Decimal 172 196 94
Hex AC C4 5E

RGB Percentages of Color #acc45e

%37.23
%42.42
%20.35

CMYK Percentages of Color #acc45e

%12
%0
%52
%23

Triadic Colors of #acc45e

#acc45e #5eacc4 #c45eac

Analogous Colors of #acc45e

#acc45e #79c45e #c4a95e

Monochromatic Colors of #acc45e

#acc45e

Complementary Color

#acc45e #765ec4

#acc45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc45e Color CSS Codes

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

#acc45e Text Font Color

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

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


#acc45e Background Color

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

This div background color is #acc45e


#acc45e Border Color

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

This div border color is #acc45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc45e


Comments

No comments written yet.

Please login to write comment.