Color Hex Logo

#59ddab Color Hex

#59DDAB
(89,221,171)
0 Favorites   0 Comments

Color spaces of #59ddab

RGB 89221171
HSL0.440.660.61
HSV157°60°87°
CMYK 0.600.000.23   0.13
XYZ37.327056.777047.5198
Yxy56.77700.26360.4009
Hunter Lab75.3505-43.438415.3541
CIE-Lab80.0540-47.870913.9048

#59ddab color RGB value is (89,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011101 10101011
Octal 131 335 253
Decimal 89 221 171
Hex 59 DD AB

RGB Percentages of Color #59ddab

%18.50
%45.95
%35.55

CMYK Percentages of Color #59ddab

%60
%0
%23
%13

Triadic Colors of #59ddab

#59ddab #ab59dd #ddab59

Analogous Colors of #59ddab

#59ddab #59cddd #59dd69

Monochromatic Colors of #59ddab

#59ddab

Complementary Color

#59ddab #dd598b

#59ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ddab Color CSS Codes

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

#59ddab Text Font Color

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

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


#59ddab Background Color

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

This div background color is #59ddab


#59ddab Border Color

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

This div border color is #59ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ddab


Comments

No comments written yet.

Please login to write comment.