Color Hex Logo

#59ac52 Color Hex

#59AC52
(89,172,82)
0 Favorites   0 Comments

Color spaces of #59ac52

RGB 8917282
HSL0.320.350.50
HSV115°52°67°
CMYK 0.480.000.52   0.33
XYZ20.395332.238113.1303
Yxy32.23810.31010.4902
Hunter Lab56.7786-35.244026.0340
CIE-Lab63.5392-43.499638.3264

#59ac52 color RGB value is (89,172,82).

#59ac52 hex color red value is 89, green value is 172 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #59ac52 hue: 0.32 , saturation: 0.35 and the lightness value of 59ac52 is 0.50.

The process color (four color CMYK) of #59ac52 color hex is 0.48, 0.00, 0.52, 0.33. Web safe color of #59ac52 is #669966. Color #59ac52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101100 01010010
Octal 131 254 122
Decimal 89 172 82
Hex 59 AC 52

RGB Percentages of Color #59ac52

%25.95
%50.15
%23.91

CMYK Percentages of Color #59ac52

%48
%0
%52
%33

Triadic Colors of #59ac52

#59ac52 #5259ac #ac5259

Analogous Colors of #59ac52

#59ac52 #52ac78 #86ac52

Monochromatic Colors of #59ac52

#59ac52

Complementary Color

#59ac52 #a552ac

#59ac52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ac52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ac52 Color CSS Codes

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

#59ac52 Text Font Color

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

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


#59ac52 Background Color

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

This div background color is #59ac52


#59ac52 Border Color

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

This div border color is #59ac52


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,172,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59ac52; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59ac52;
  -webkit-box-shadow: 1px 1px 3px 2px #59ac52;
  box-shadow:         1px 1px 3px 2px #59ac52; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ac52


Comments

No comments written yet.

Please login to write comment.