Color Hex Logo

#acc57f Color Hex

#ACC57F
(172,197,127)
0 Favorites   0 Comments

Color spaces of #acc57f

RGB 172197127
HSL0.230.380.64
HSV81°36°77°
CMYK 0.130.000.36   0.23
XYZ40.810350.235527.6242
Yxy50.23550.34390.4233
Hunter Lab70.8770-21.256226.5057
CIE-Lab76.2136-20.264732.3774

#acc57f color RGB value is (172,197,127).

#acc57f hex color red value is 172, green value is 197 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #acc57f hue: 0.23 , saturation: 0.38 and the lightness value of acc57f is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 01111111
Octal 254 305 177
Decimal 172 197 127
Hex AC C5 7F

RGB Percentages of Color #acc57f

%34.68
%39.72
%25.60

CMYK Percentages of Color #acc57f

%13
%0
%36
%23

Triadic Colors of #acc57f

#acc57f #7facc5 #c57fac

Analogous Colors of #acc57f

#acc57f #89c57f #c5bb7f

Monochromatic Colors of #acc57f

#acc57f

Complementary Color

#acc57f #987fc5

#acc57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc57f Color CSS Codes

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

#acc57f Text Font Color

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

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


#acc57f Background Color

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

This div background color is #acc57f


#acc57f Border Color

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

This div border color is #acc57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc57f


Comments

No comments written yet.

Please login to write comment.