Color Hex Logo

#59ddda Color Hex

#59DDDA
(89,221,218)
0 Favorites   0 Comments

Color spaces of #59ddda

RGB 89221218
HSL0.500.660.61
HSV179°60°87°
CMYK 0.600.000.01   0.13
XYZ42.631258.898775.4514
Yxy58.89870.24090.3328
Hunter Lab76.7455-35.1500-4.5684
CIE-Lab81.2359-36.3838-9.3353

#59ddda color RGB value is (89,221,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011101 11011010
Octal 131 335 332
Decimal 89 221 218
Hex 59 DD DA

RGB Percentages of Color #59ddda

%16.86
%41.86
%41.29

CMYK Percentages of Color #59ddda

%60
%0
%1
%13

Triadic Colors of #59ddda

#59ddda #da59dd #ddda59

Analogous Colors of #59ddda

#59ddda #599edd #59dd98

Monochromatic Colors of #59ddda

#59ddda

Complementary Color

#59ddda #dd595c

#59ddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ddda Color CSS Codes

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

#59ddda Text Font Color

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

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


#59ddda Background Color

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

This div background color is #59ddda


#59ddda Border Color

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

This div border color is #59ddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ddda


Comments

No comments written yet.

Please login to write comment.