Color Hex Logo

#59d6eb Color Hex

#59D6EB
(89,214,235)
0 Favorites   0 Comments

Color spaces of #59d6eb

RGB 89214235
HSL0.520.780.64
HSV189°62°92°
CMYK 0.620.090.00   0.08
XYZ43.161856.215187.1730
Yxy56.21510.23140.3013
Hunter Lab74.9767-28.4523-16.4508
CIE-Lab79.7361-28.3378-20.6486

#59d6eb color RGB value is (89,214,235).

#59d6eb hex color red value is 89, green value is 214 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #59d6eb hue: 0.52 , saturation: 0.78 and the lightness value of 59d6eb is 0.64.

The process color (four color CMYK) of #59d6eb color hex is 0.62, 0.09, 0.00, 0.08. Web safe color of #59d6eb is #66ccff. Color #59d6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11010110 11101011
Octal 131 326 353
Decimal 89 214 235
Hex 59 D6 EB

RGB Percentages of Color #59d6eb

%16.54
%39.78
%43.68

CMYK Percentages of Color #59d6eb

%62
%9
%0
%8

Triadic Colors of #59d6eb

#59d6eb #eb59d6 #d6eb59

Analogous Colors of #59d6eb

#59d6eb #598deb #59ebb7

Monochromatic Colors of #59d6eb

#59d6eb

Complementary Color

#59d6eb #eb6e59

#59d6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59d6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59d6eb Color CSS Codes

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

#59d6eb Text Font Color

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

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


#59d6eb Background Color

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

This div background color is #59d6eb


#59d6eb Border Color

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

This div border color is #59d6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59d6eb


Comments

No comments written yet.

Please login to write comment.