Color Hex Logo

#acc54e Color Hex

#ACC54E
(172,197,78)
0 Favorites   0 Comments

Color spaces of #acc54e

RGB 17219778
HSL0.200.510.54
HSV73°60°77°
CMYK 0.130.000.60   0.23
XYZ38.354749.253214.6930
Yxy49.25320.37490.4815
Hunter Lab70.1806-25.263336.7135
CIE-Lab75.6086-25.379655.3617

#acc54e color RGB value is (172,197,78).

#acc54e hex color red value is 172, green value is 197 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #acc54e hue: 0.20 , saturation: 0.51 and the lightness value of acc54e is 0.54.

The process color (four color CMYK) of #acc54e color hex is 0.13, 0.00, 0.60, 0.23. Web safe color of #acc54e is #99cc66. Color #acc54e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 01001110
Octal 254 305 116
Decimal 172 197 78
Hex AC C5 4E

RGB Percentages of Color #acc54e

%38.48
%44.07
%17.45

CMYK Percentages of Color #acc54e

%13
%0
%60
%23

Triadic Colors of #acc54e

#acc54e #4eacc5 #c54eac

Analogous Colors of #acc54e

#acc54e #71c54e #c5a34e

Monochromatic Colors of #acc54e

#acc54e

Complementary Color

#acc54e #674ec5

#acc54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc54e Color CSS Codes

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

#acc54e Text Font Color

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

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


#acc54e Background Color

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

This div background color is #acc54e


#acc54e Border Color

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

This div border color is #acc54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc54e


Comments

No comments written yet.

Please login to write comment.