Color Hex Logo

#59dedf Color Hex

#59DEDF
(89,222,223)
0 Favorites   0 Comments

Color spaces of #59dedf

RGB 89222223
HSL0.500.680.61
HSV180°60°87°
CMYK 0.600.000.00   0.13
XYZ43.560459.694179.0383
Yxy59.69410.23900.3275
Hunter Lab77.2620-34.5699-6.5698
CIE-Lab81.6716-35.5013-11.3452

#59dedf color RGB value is (89,222,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011110 11011111
Octal 131 336 337
Decimal 89 222 223
Hex 59 DE DF

RGB Percentages of Color #59dedf

%16.67
%41.57
%41.76

CMYK Percentages of Color #59dedf

%60
%0
%0
%13

Triadic Colors of #59dedf

#59dedf #df59de #dedf59

Analogous Colors of #59dedf

#59dedf #599bdf #59df9d

Monochromatic Colors of #59dedf

#59dedf

Complementary Color

#59dedf #df5a59

#59dedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59dedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#59dedf Color CSS Codes

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

#59dedf Text Font Color

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

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


#59dedf Background Color

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

This div background color is #59dedf


#59dedf Border Color

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

This div border color is #59dedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59dedf


Comments

No comments written yet.

Please login to write comment.