Color Hex Logo

#59c4ca Color Hex

#59C4CA
(89,196,202)
0 Favorites   0 Comments

Color spaces of #59c4ca

RGB 89196202
HSL0.510.520.57
HSV183°56°79°
CMYK 0.560.030.00   0.21
XYZ34.520445.868062.9111
Yxy45.86800.24090.3201
Hunter Lab67.7259-27.5376-7.6668
CIE-Lab73.4598-28.8648-12.3375

#59c4ca color RGB value is (89,196,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11000100 11001010
Octal 131 304 312
Decimal 89 196 202
Hex 59 C4 CA

RGB Percentages of Color #59c4ca

%18.28
%40.25
%41.48

CMYK Percentages of Color #59c4ca

%56
%3
%0
%21

Triadic Colors of #59c4ca

#59c4ca #ca59c4 #c4ca59

Analogous Colors of #59c4ca

#59c4ca #598cca #59ca98

Monochromatic Colors of #59c4ca

#59c4ca

Complementary Color

#59c4ca #ca5f59

#59c4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59c4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#59c4ca Color CSS Codes

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

#59c4ca Text Font Color

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

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


#59c4ca Background Color

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

This div background color is #59c4ca


#59c4ca Border Color

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

This div border color is #59c4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59c4ca


Comments

No comments written yet.

Please login to write comment.