Color Hex Logo

#59dfde Color Hex

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

Color spaces of #59dfde

RGB 89223222
HSL0.500.680.61
HSV180°60°87°
CMYK 0.600.000.00   0.13
XYZ43.692360.173178.4190
Yxy60.17310.23970.3301
Hunter Lab77.5713-35.2091-5.6380
CIE-Lab81.9322-36.2357-10.4253

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

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

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

Base Numbers

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

RGB Percentages of Color #59dfde

%16.67
%41.76
%41.57

CMYK Percentages of Color #59dfde

%60
%0
%0
%13

Triadic Colors of #59dfde

#59dfde #de59df #dfde59

Analogous Colors of #59dfde

#59dfde #599ddf #59df9b

Monochromatic Colors of #59dfde

#59dfde

Complementary Color

#59dfde #df595a

#59dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#59dfde Color CSS Codes

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

#59dfde Text Font Color

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

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


#59dfde Background Color

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

This div background color is #59dfde


#59dfde Border Color

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

This div border color is #59dfde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,223,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 #59dfde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59dfde


Comments

No comments written yet.

Please login to write comment.