Color Hex Logo

#59dbde Color Hex

#59DBDE
(89,219,222)
0 Favorites   0 Comments

Color spaces of #59dbde

RGB 89219222
HSL0.500.670.61
HSV181°60°87°
CMYK 0.600.010.00   0.13
XYZ42.636258.060878.0669
Yxy58.06080.23850.3248
Hunter Lab76.1976-33.4666-7.4061
CIE-Lab80.7726-34.3719-12.1559

#59dbde color RGB value is (89,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011011 11011110
Octal 131 333 336
Decimal 89 219 222
Hex 59 DB DE

RGB Percentages of Color #59dbde

%16.79
%41.32
%41.89

CMYK Percentages of Color #59dbde

%60
%1
%0
%13

Triadic Colors of #59dbde

#59dbde #de59db #dbde59

Analogous Colors of #59dbde

#59dbde #5999de #59de9f

Monochromatic Colors of #59dbde

#59dbde

Complementary Color

#59dbde #de5c59

#59dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#59dbde Color CSS Codes

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

#59dbde Text Font Color

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

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


#59dbde Background Color

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

This div background color is #59dbde


#59dbde Border Color

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

This div border color is #59dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59dbde


Comments

No comments written yet.

Please login to write comment.