Color Hex Logo

#59c3cc Color Hex

#59C3CC
(89,195,204)
0 Favorites   0 Comments

Color spaces of #59c3cc

RGB 89195204
HSL0.510.530.57
HSV185°56°80°
CMYK 0.560.040.00   0.20
XYZ34.534045.513764.0916
Yxy45.51370.23960.3158
Hunter Lab67.4638-26.6895-9.1016
CIE-Lab73.2289-27.8225-13.7711

#59c3cc color RGB value is (89,195,204).

#59c3cc hex color red value is 89, green value is 195 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #59c3cc hue: 0.51 , saturation: 0.53 and the lightness value of 59c3cc is 0.57.

The process color (four color CMYK) of #59c3cc color hex is 0.56, 0.04, 0.00, 0.20. Web safe color of #59c3cc is #66cccc. Color #59c3cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11000011 11001100
Octal 131 303 314
Decimal 89 195 204
Hex 59 C3 CC

RGB Percentages of Color #59c3cc

%18.24
%39.96
%41.80

CMYK Percentages of Color #59c3cc

%56
%4
%0
%20

Triadic Colors of #59c3cc

#59c3cc #cc59c3 #c3cc59

Analogous Colors of #59c3cc

#59c3cc #598acc #59cc9c

Monochromatic Colors of #59c3cc

#59c3cc

Complementary Color

#59c3cc #cc6259

#59c3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59c3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#59c3cc Color CSS Codes

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

#59c3cc Text Font Color

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

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


#59c3cc Background Color

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

This div background color is #59c3cc


#59c3cc Border Color

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

This div border color is #59c3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59c3cc


Comments

No comments written yet.

Please login to write comment.