Color Hex Logo

#59cfcc Color Hex

#59CFCC
(89,207,204)
0 Favorites   0 Comments

Color spaces of #59cfcc

RGB 89207204
HSL0.500.550.58
HSV178°57°81°
CMYK 0.570.000.01   0.19
XYZ37.331751.109165.0242
Yxy51.10910.24330.3330
Hunter Lab71.4906-31.8977-3.8837
CIE-Lab76.7450-33.5928-8.5178

#59cfcc color RGB value is (89,207,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001111 11001100
Octal 131 317 314
Decimal 89 207 204
Hex 59 CF CC

RGB Percentages of Color #59cfcc

%17.80
%41.40
%40.80

CMYK Percentages of Color #59cfcc

%57
%0
%1
%19

Triadic Colors of #59cfcc

#59cfcc #cc59cf #cfcc59

Analogous Colors of #59cfcc

#59cfcc #5997cf #59cf91

Monochromatic Colors of #59cfcc

#59cfcc

Complementary Color

#59cfcc #cf595c

#59cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cfcc Color CSS Codes

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

#59cfcc Text Font Color

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

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


#59cfcc Background Color

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

This div background color is #59cfcc


#59cfcc Border Color

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

This div border color is #59cfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cfcc


Comments

No comments written yet.

Please login to write comment.