Color Hex Logo

#59dbce Color Hex

#59DBCE
(89,219,206)
0 Favorites   0 Comments

Color spaces of #59dbce

RGB 89219206
HSL0.480.640.60
HSV174°59°86°
CMYK 0.590.000.06   0.14
XYZ40.591957.243167.3021
Yxy57.24310.24580.3466
Hunter Lab75.6592-36.63650.2204
CIE-Lab80.3161-38.6222-4.3050

#59dbce color RGB value is (89,219,206).

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

The process color (four color CMYK) of #59dbce color hex is 0.59, 0.00, 0.06, 0.14. Web safe color of #59dbce is #66cccc. Color #59dbce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011011 11001110
Octal 131 333 316
Decimal 89 219 206
Hex 59 DB CE

RGB Percentages of Color #59dbce

%17.32
%42.61
%40.08

CMYK Percentages of Color #59dbce

%59
%0
%6
%14

Triadic Colors of #59dbce

#59dbce #ce59db #dbce59

Analogous Colors of #59dbce

#59dbce #59a7db #59db8d

Monochromatic Colors of #59dbce

#59dbce

Complementary Color

#59dbce #db5966

#59dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#59dbce Color CSS Codes

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

#59dbce Text Font Color

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

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


#59dbce Background Color

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

This div background color is #59dbce


#59dbce Border Color

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

This div border color is #59dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59dbce


Comments

No comments written yet.

Please login to write comment.