Color Hex Logo

#59ddaa Color Hex

#59DDAA
(89,221,170)
0 Favorites   0 Comments

Color spaces of #59ddaa

RGB 89221170
HSL0.440.660.61
HSV157°60°87°
CMYK 0.600.000.23   0.13
XYZ37.232056.739047.0196
Yxy56.73900.26410.4024
Hunter Lab75.3253-43.589815.7177
CIE-Lab80.0326-48.089414.4020

#59ddaa color RGB value is (89,221,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011101 10101010
Octal 131 335 252
Decimal 89 221 170
Hex 59 DD AA

RGB Percentages of Color #59ddaa

%18.54
%46.04
%35.42

CMYK Percentages of Color #59ddaa

%60
%0
%23
%13

Triadic Colors of #59ddaa

#59ddaa #aa59dd #ddaa59

Analogous Colors of #59ddaa

#59ddaa #59cedd #59dd68

Monochromatic Colors of #59ddaa

#59ddaa

Complementary Color

#59ddaa #dd598c

#59ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ddaa Color CSS Codes

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

#59ddaa Text Font Color

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

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


#59ddaa Background Color

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

This div background color is #59ddaa


#59ddaa Border Color

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

This div border color is #59ddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ddaa


Comments

No comments written yet.

Please login to write comment.