Color Hex Logo

#59dccc Color Hex

#59DCCC
(89,220,204)
0 Favorites   0 Comments

Color spaces of #59dccc

RGB 89220204
HSL0.480.650.61
HSV173°60°86°
CMYK 0.600.000.07   0.14
XYZ40.612157.669966.1177
Yxy57.66990.24700.3508
Hunter Lab75.9407-37.43671.5377
CIE-Lab80.5549-39.5890-2.8880

#59dccc color RGB value is (89,220,204).

#59dccc hex color red value is 89, green value is 220 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #59dccc hue: 0.48 , saturation: 0.65 and the lightness value of 59dccc is 0.61.

The process color (four color CMYK) of #59dccc color hex is 0.60, 0.00, 0.07, 0.14. Web safe color of #59dccc is #66cccc. Color #59dccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011100 11001100
Octal 131 334 314
Decimal 89 220 204
Hex 59 DC CC

RGB Percentages of Color #59dccc

%17.35
%42.88
%39.77

CMYK Percentages of Color #59dccc

%60
%0
%7
%14

Triadic Colors of #59dccc

#59dccc #cc59dc #dccc59

Analogous Colors of #59dccc

#59dccc #59abdc #59dc8b

Monochromatic Colors of #59dccc

#59dccc

Complementary Color

#59dccc #dc5969

#59dccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59dccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#59dccc Color CSS Codes

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

#59dccc Text Font Color

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

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


#59dccc Background Color

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

This div background color is #59dccc


#59dccc Border Color

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

This div border color is #59dccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59dccc


Comments

No comments written yet.

Please login to write comment.