Color Hex Logo

#acc58f Color Hex

#ACC58F
(172,197,143)
0 Favorites   0 Comments

Color spaces of #acc58f

RGB 172197143
HSL0.240.320.67
HSV88°27°77°
CMYK 0.130.000.27   0.23
XYZ41.937450.686333.5597
Yxy50.68630.33240.4017
Hunter Lab71.1943-19.443621.8878
CIE-Lab76.4886-18.009024.3650

#acc58f color RGB value is (172,197,143).

#acc58f hex color red value is 172, green value is 197 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #acc58f hue: 0.24 , saturation: 0.32 and the lightness value of acc58f is 0.67.

The process color (four color CMYK) of #acc58f color hex is 0.13, 0.00, 0.27, 0.23. Web safe color of #acc58f is #99cc99. Color #acc58f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 10001111
Octal 254 305 217
Decimal 172 197 143
Hex AC C5 8F

RGB Percentages of Color #acc58f

%33.59
%38.48
%27.93

CMYK Percentages of Color #acc58f

%13
%0
%27
%23

Triadic Colors of #acc58f

#acc58f #8facc5 #c58fac

Analogous Colors of #acc58f

#acc58f #91c58f #c5c38f

Monochromatic Colors of #acc58f

#acc58f

Complementary Color

#acc58f #a88fc5

#acc58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc58f Color CSS Codes

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

#acc58f Text Font Color

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

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


#acc58f Background Color

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

This div background color is #acc58f


#acc58f Border Color

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

This div border color is #acc58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc58f


Comments

No comments written yet.

Please login to write comment.