Color Hex Logo

#59dced Color Hex

#59DCED
(89,220,237)
0 Favorites   0 Comments

Color spaces of #59dced

RGB 89220237
HSL0.520.800.64
HSV187°62°93°
CMYK 0.620.070.00   0.07
XYZ44.999159.424789.2192
Yxy59.42470.23240.3069
Hunter Lab77.0874-30.7052-14.6597
CIE-Lab81.5245-30.6689-19.0070

#59dced color RGB value is (89,220,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011100 11101101
Octal 131 334 355
Decimal 89 220 237
Hex 59 DC ED

RGB Percentages of Color #59dced

%16.30
%40.29
%43.41

CMYK Percentages of Color #59dced

%62
%7
%0
%7

Triadic Colors of #59dced

#59dced #ed59dc #dced59

Analogous Colors of #59dced

#59dced #5992ed #59edb4

Monochromatic Colors of #59dced

#59dced

Complementary Color

#59dced #ed6a59

#59dced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59dced Color Preview on White Background

Lorem ipsum dolor sit amet.

#59dced Color CSS Codes

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

#59dced Text Font Color

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

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


#59dced Background Color

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

This div background color is #59dced


#59dced Border Color

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

This div border color is #59dced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59dced


Comments

No comments written yet.

Please login to write comment.