Color Hex Logo

#59cddd Color Hex

#59CDDD
(89,205,221)
0 Favorites   0 Comments

Color spaces of #59cddd

RGB 89205221
HSL0.520.660.61
HSV187°60°87°
CMYK 0.600.070.00   0.13
XYZ39.002351.006976.1963
Yxy51.00690.23470.3069
Hunter Lab71.4191-27.5038-13.2625
CIE-Lab76.6832-27.9436-17.7653

#59cddd color RGB value is (89,205,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001101 11011101
Octal 131 315 335
Decimal 89 205 221
Hex 59 CD DD

RGB Percentages of Color #59cddd

%17.28
%39.81
%42.91

CMYK Percentages of Color #59cddd

%60
%7
%0
%13

Triadic Colors of #59cddd

#59cddd #dd59cd #cddd59

Analogous Colors of #59cddd

#59cddd #598bdd #59ddab

Monochromatic Colors of #59cddd

#59cddd

Complementary Color

#59cddd #dd6959

#59cddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cddd Color CSS Codes

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

#59cddd Text Font Color

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

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


#59cddd Background Color

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

This div background color is #59cddd


#59cddd Border Color

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

This div border color is #59cddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cddd


Comments

No comments written yet.

Please login to write comment.