Color Hex Logo

#59dd96 Color Hex

#59DD96
(89,221,150)
0 Favorites   0 Comments

Color spaces of #59dd96

RGB 89221150
HSL0.410.660.61
HSV148°60°87°
CMYK 0.600.000.32   0.13
XYZ35.481356.038837.8007
Yxy56.03880.27440.4333
Hunter Lab74.8591-46.398922.4624
CIE-Lab79.6359-52.206124.3247

#59dd96 color RGB value is (89,221,150).

#59dd96 hex color red value is 89, green value is 221 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #59dd96 hue: 0.41 , saturation: 0.66 and the lightness value of 59dd96 is 0.61.

The process color (four color CMYK) of #59dd96 color hex is 0.60, 0.00, 0.32, 0.13. Web safe color of #59dd96 is #66cc99. Color #59dd96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011101 10010110
Octal 131 335 226
Decimal 89 221 150
Hex 59 DD 96

RGB Percentages of Color #59dd96

%19.35
%48.04
%32.61

CMYK Percentages of Color #59dd96

%60
%0
%32
%13

Triadic Colors of #59dd96

#59dd96 #9659dd #dd9659

Analogous Colors of #59dd96

#59dd96 #59ddd8 #5edd59

Monochromatic Colors of #59dd96

#59dd96

Complementary Color

#59dd96 #dd59a0

#59dd96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59dd96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#59dd96 Color CSS Codes

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

#59dd96 Text Font Color

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

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


#59dd96 Background Color

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

This div background color is #59dd96


#59dd96 Border Color

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

This div border color is #59dd96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59dd96


Comments

No comments written yet.

Please login to write comment.