Color Hex Logo

#59cacd Color Hex

#59CACD
(89,202,205)
0 Favorites   0 Comments

Color spaces of #59cacd

RGB 89202205
HSL0.500.540.58
HSV182°57°80°
CMYK 0.570.010.00   0.20
XYZ36.259848.772765.2606
Yxy48.77270.24130.3245
Hunter Lab69.8375-29.5378-6.5182
CIE-Lab75.3097-30.9447-11.1964

#59cacd color RGB value is (89,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001010 11001101
Octal 131 312 315
Decimal 89 202 205
Hex 59 CA CD

RGB Percentages of Color #59cacd

%17.94
%40.73
%41.33

CMYK Percentages of Color #59cacd

%57
%1
%0
%20

Triadic Colors of #59cacd

#59cacd #cd59ca #cacd59

Analogous Colors of #59cacd

#59cacd #5990cd #59cd96

Monochromatic Colors of #59cacd

#59cacd

Complementary Color

#59cacd #cd5c59

#59cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cacd Color CSS Codes

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

#59cacd Text Font Color

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

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


#59cacd Background Color

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

This div background color is #59cacd


#59cacd Border Color

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

This div border color is #59cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cacd


Comments

No comments written yet.

Please login to write comment.