Color Hex Logo

#59cbcc Color Hex

#59CBCC
(89,203,204)
0 Favorites   0 Comments

Color spaces of #59cbcc

RGB 89203204
HSL0.500.530.57
HSV181°56°80°
CMYK 0.560.000.00   0.20
XYZ36.374849.195464.7052
Yxy49.19540.24210.3274
Hunter Lab70.1394-30.1727-5.5988
CIE-Lab75.5727-31.6955-10.2632

#59cbcc color RGB value is (89,203,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001011 11001100
Octal 131 313 314
Decimal 89 203 204
Hex 59 CB CC

RGB Percentages of Color #59cbcc

%17.94
%40.93
%41.13

CMYK Percentages of Color #59cbcc

%56
%0
%0
%20

Triadic Colors of #59cbcc

#59cbcc #cc59cb #cbcc59

Analogous Colors of #59cbcc

#59cbcc #5992cc #59cc94

Monochromatic Colors of #59cbcc

#59cbcc

Complementary Color

#59cbcc #cc5a59

#59cbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cbcc Color CSS Codes

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

#59cbcc Text Font Color

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

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


#59cbcc Background Color

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

This div background color is #59cbcc


#59cbcc Border Color

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

This div border color is #59cbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cbcc


Comments

No comments written yet.

Please login to write comment.