Color Hex Logo

#59cacc Color Hex

#59CACC
(89,202,204)
0 Favorites   0 Comments

Color spaces of #59cacc

RGB 89202204
HSL0.500.530.57
HSV181°56°80°
CMYK 0.560.010.00   0.20
XYZ36.139448.724564.6268
Yxy48.72450.24180.3259
Hunter Lab69.8029-29.7395-6.0314
CIE-Lab75.2796-31.2168-10.7006

#59cacc color RGB value is (89,202,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001010 11001100
Octal 131 312 314
Decimal 89 202 204
Hex 59 CA CC

RGB Percentages of Color #59cacc

%17.98
%40.81
%41.21

CMYK Percentages of Color #59cacc

%56
%1
%0
%20

Triadic Colors of #59cacc

#59cacc #cc59ca #cacc59

Analogous Colors of #59cacc

#59cacc #5991cc #59cc95

Monochromatic Colors of #59cacc

#59cacc

Complementary Color

#59cacc #cc5b59

#59cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cacc Color CSS Codes

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

#59cacc Text Font Color

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

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


#59cacc Background Color

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

This div background color is #59cacc


#59cacc Border Color

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

This div border color is #59cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cacc


Comments

No comments written yet.

Please login to write comment.