Color Hex Logo

#59dc72 Color Hex

#59DC72
(89,220,114)
0 Favorites   0 Comments

Color spaces of #59dc72

RGB 89220114
HSL0.370.650.61
HSV131°60°86°
CMYK 0.600.000.48   0.14
XYZ32.750354.525224.7179
Yxy54.52520.29240.4869
Hunter Lab73.8412-50.053131.8418
CIE-Lab78.7670-57.945441.3856

#59dc72 color RGB value is (89,220,114).

#59dc72 hex color red value is 89, green value is 220 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #59dc72 hue: 0.37 , saturation: 0.65 and the lightness value of 59dc72 is 0.61.

The process color (four color CMYK) of #59dc72 color hex is 0.60, 0.00, 0.48, 0.14. Web safe color of #59dc72 is #66cc66. Color #59dc72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011100 01110010
Octal 131 334 162
Decimal 89 220 114
Hex 59 DC 72

RGB Percentages of Color #59dc72

%21.04
%52.01
%26.95

CMYK Percentages of Color #59dc72

%60
%0
%48
%14

Triadic Colors of #59dc72

#59dc72 #7259dc #dc7259

Analogous Colors of #59dc72

#59dc72 #59dcb4 #82dc59

Monochromatic Colors of #59dc72

#59dc72

Complementary Color

#59dc72 #dc59c3

#59dc72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59dc72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#59dc72 Color CSS Codes

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

#59dc72 Text Font Color

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

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


#59dc72 Background Color

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

This div background color is #59dc72


#59dc72 Border Color

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

This div border color is #59dc72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59dc72


Comments

No comments written yet.

Please login to write comment.