Color Hex Logo

#59cfdd Color Hex

#59CFDD
(89,207,221)
0 Favorites   0 Comments

Color spaces of #59cfdd

RGB 89207221
HSL0.520.660.61
HSV186°60°87°
CMYK 0.600.060.00   0.13
XYZ39.483851.970076.3568
Yxy51.97000.23530.3097
Hunter Lab72.0902-28.3935-12.3359
CIE-Lab77.2629-28.9196-16.8904

#59cfdd color RGB value is (89,207,221).

#59cfdd hex color red value is 89, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #59cfdd hue: 0.52 , saturation: 0.66 and the lightness value of 59cfdd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001111 11011101
Octal 131 317 335
Decimal 89 207 221
Hex 59 CF DD

RGB Percentages of Color #59cfdd

%17.21
%40.04
%42.75

CMYK Percentages of Color #59cfdd

%60
%6
%0
%13

Triadic Colors of #59cfdd

#59cfdd #dd59cf #cfdd59

Analogous Colors of #59cfdd

#59cfdd #598ddd #59dda9

Monochromatic Colors of #59cfdd

#59cfdd

Complementary Color

#59cfdd #dd6759

#59cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cfdd Color CSS Codes

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

#59cfdd Text Font Color

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

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


#59cfdd Background Color

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

This div background color is #59cfdd


#59cfdd Border Color

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

This div border color is #59cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cfdd


Comments

No comments written yet.

Please login to write comment.