Color Hex Logo

#59d8e0 Color Hex

#59D8E0
(89,216,224)
0 Favorites   0 Comments

Color spaces of #59d8e0

RGB 89216224
HSL0.510.690.61
HSV184°60°88°
CMYK 0.600.040.00   0.12
XYZ42.130256.617479.2288
Yxy56.61740.23670.3181
Hunter Lab75.2445-31.7339-9.7583
CIE-Lab79.9639-32.4064-14.4339

#59d8e0 color RGB value is (89,216,224).

#59d8e0 hex color red value is 89, green value is 216 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #59d8e0 hue: 0.51 , saturation: 0.69 and the lightness value of 59d8e0 is 0.61.

The process color (four color CMYK) of #59d8e0 color hex is 0.60, 0.04, 0.00, 0.12. Web safe color of #59d8e0 is #66cccc. Color #59d8e0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011000 11100000
Octal 131 330 340
Decimal 89 216 224
Hex 59 D8 E0

RGB Percentages of Color #59d8e0

%16.82
%40.83
%42.34

CMYK Percentages of Color #59d8e0

%60
%4
%0
%12

Triadic Colors of #59d8e0

#59d8e0 #e059d8 #d8e059

Analogous Colors of #59d8e0

#59d8e0 #5995e0 #59e0a5

Monochromatic Colors of #59d8e0

#59d8e0

Complementary Color

#59d8e0 #e06159

#59d8e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59d8e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#59d8e0 Color CSS Codes

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

#59d8e0 Text Font Color

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

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


#59d8e0 Background Color

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

This div background color is #59d8e0


#59d8e0 Border Color

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

This div border color is #59d8e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59d8e0


Comments

No comments written yet.

Please login to write comment.