Color Hex Logo

#59cecc Color Hex

#59CECC
(89,206,204)
0 Favorites   0 Comments

Color spaces of #59cecc

RGB 89206204
HSL0.500.540.58
HSV179°57°81°
CMYK 0.570.000.01   0.19
XYZ37.090250.626164.9437
Yxy50.62610.24300.3316
Hunter Lab71.1520-31.4674-4.3103
CIE-Lab76.4520-33.1208-8.9536

#59cecc color RGB value is (89,206,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001110 11001100
Octal 131 316 314
Decimal 89 206 204
Hex 59 CE CC

RGB Percentages of Color #59cecc

%17.84
%41.28
%40.88

CMYK Percentages of Color #59cecc

%57
%0
%1
%19

Triadic Colors of #59cecc

#59cecc #cc59ce #cecc59

Analogous Colors of #59cecc

#59cecc #5996ce #59ce92

Monochromatic Colors of #59cecc

#59cecc

Complementary Color

#59cecc #ce595b

#59cecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cecc Color CSS Codes

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

#59cecc Text Font Color

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

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


#59cecc Background Color

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

This div background color is #59cecc


#59cecc Border Color

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

This div border color is #59cecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cecc


Comments

No comments written yet.

Please login to write comment.