Color Hex Logo

#59ebdb Color Hex

#59EBDB
(89,235,219)
0 Favorites   0 Comments

Color spaces of #59ebdb

RGB 89235219
HSL0.480.780.64
HSV173°62°92°
CMYK 0.620.000.07   0.08
XYZ46.614366.655077.4267
Yxy66.65500.24440.3495
Hunter Lab81.6425-40.95870.9213
CIE-Lab85.3294-42.4616-3.8086

#59ebdb color RGB value is (89,235,219).

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

The process color (four color CMYK) of #59ebdb color hex is 0.62, 0.00, 0.07, 0.08. Web safe color of #59ebdb is #66ffcc. Color #59ebdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11101011 11011011
Octal 131 353 333
Decimal 89 235 219
Hex 59 EB DB

RGB Percentages of Color #59ebdb

%16.39
%43.28
%40.33

CMYK Percentages of Color #59ebdb

%62
%0
%7
%8

Triadic Colors of #59ebdb

#59ebdb #db59eb #ebdb59

Analogous Colors of #59ebdb

#59ebdb #59b2eb #59eb92

Monochromatic Colors of #59ebdb

#59ebdb

Complementary Color

#59ebdb #eb5969

#59ebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ebdb Color CSS Codes

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

#59ebdb Text Font Color

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

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


#59ebdb Background Color

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

This div background color is #59ebdb


#59ebdb Border Color

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

This div border color is #59ebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ebdb


Comments

No comments written yet.

Please login to write comment.