Color Hex Logo

#59deda Color Hex

#59DEDA
(89,222,218)
0 Favorites   0 Comments

Color spaces of #59deda

RGB 89222218
HSL0.490.670.61
HSV178°60°87°
CMYK 0.600.000.02   0.13
XYZ42.896059.428475.5396
Yxy59.42840.24120.3341
Hunter Lab77.0898-35.5823-4.1349
CIE-Lab81.5265-36.8457-8.9031

#59deda color RGB value is (89,222,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011110 11011010
Octal 131 336 332
Decimal 89 222 218
Hex 59 DE DA

RGB Percentages of Color #59deda

%16.82
%41.97
%41.21

CMYK Percentages of Color #59deda

%60
%0
%2
%13

Triadic Colors of #59deda

#59deda #da59de #deda59

Analogous Colors of #59deda

#59deda #59a0de #59de98

Monochromatic Colors of #59deda

#59deda

Complementary Color

#59deda #de595d

#59deda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59deda Color Preview on White Background

Lorem ipsum dolor sit amet.

#59deda Color CSS Codes

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

#59deda Text Font Color

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

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


#59deda Background Color

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

This div background color is #59deda


#59deda Border Color

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

This div border color is #59deda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,222,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 #59deda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59deda


Comments

No comments written yet.

Please login to write comment.