Color Hex Logo

#59ccdd Color Hex

#59CCDD
(89,204,221)
0 Favorites   0 Comments

Color spaces of #59ccdd

RGB 89204221
HSL0.520.660.61
HSV188°60°87°
CMYK 0.600.080.00   0.13
XYZ38.763850.530076.1168
Yxy50.53000.23430.3055
Hunter Lab71.0845-27.0581-13.7282
CIE-Lab76.3934-27.4536-18.2031

#59ccdd color RGB value is (89,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001100 11011101
Octal 131 314 335
Decimal 89 204 221
Hex 59 CC DD

RGB Percentages of Color #59ccdd

%17.32
%39.69
%43.00

CMYK Percentages of Color #59ccdd

%60
%8
%0
%13

Triadic Colors of #59ccdd

#59ccdd #dd59cc #ccdd59

Analogous Colors of #59ccdd

#59ccdd #598add #59ddac

Monochromatic Colors of #59ccdd

#59ccdd

Complementary Color

#59ccdd #dd6a59

#59ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ccdd Color CSS Codes

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

#59ccdd Text Font Color

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

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


#59ccdd Background Color

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

This div background color is #59ccdd


#59ccdd Border Color

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

This div border color is #59ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ccdd


Comments

No comments written yet.

Please login to write comment.