Color Hex Logo

#59cacb Color Hex

#59CACB
(89,202,203)
0 Favorites   0 Comments

Color spaces of #59cacb

RGB 89202203
HSL0.500.520.57
HSV181°56°80°
CMYK 0.560.000.00   0.20
XYZ36.019848.676763.9970
Yxy48.67670.24220.3274
Hunter Lab69.7687-29.9402-5.5471
CIE-Lab75.2498-31.4881-10.2044

#59cacb color RGB value is (89,202,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001010 11001011
Octal 131 312 313
Decimal 89 202 203
Hex 59 CA CB

RGB Percentages of Color #59cacb

%18.02
%40.89
%41.09

CMYK Percentages of Color #59cacb

%56
%0
%0
%20

Triadic Colors of #59cacb

#59cacb #cb59ca #cacb59

Analogous Colors of #59cacb

#59cacb #5991cb #59cb93

Monochromatic Colors of #59cacb

#59cacb

Complementary Color

#59cacb #cb5a59

#59cacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cacb Color CSS Codes

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

#59cacb Text Font Color

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

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


#59cacb Background Color

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

This div background color is #59cacb


#59cacb Border Color

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

This div border color is #59cacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cacb


Comments

No comments written yet.

Please login to write comment.