Color Hex Logo

#59c7dc Color Hex

#59C7DC
(89,199,220)
0 Favorites   0 Comments

Color spaces of #59c7dc

RGB 89199220
HSL0.530.650.61
HSV190°60°86°
CMYK 0.600.100.00   0.14
XYZ37.461548.138075.0273
Yxy48.13800.23320.2997
Hunter Lab69.3816-25.0394-15.5475
CIE-Lab74.9119-25.2674-19.9065

#59c7dc color RGB value is (89,199,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11000111 11011100
Octal 131 307 334
Decimal 89 199 220
Hex 59 C7 DC

RGB Percentages of Color #59c7dc

%17.52
%39.17
%43.31

CMYK Percentages of Color #59c7dc

%60
%10
%0
%14

Triadic Colors of #59c7dc

#59c7dc #dc59c7 #c7dc59

Analogous Colors of #59c7dc

#59c7dc #5986dc #59dcb0

Monochromatic Colors of #59c7dc

#59c7dc

Complementary Color

#59c7dc #dc6e59

#59c7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59c7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#59c7dc Color CSS Codes

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

#59c7dc Text Font Color

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

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


#59c7dc Background Color

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

This div background color is #59c7dc


#59c7dc Border Color

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

This div border color is #59c7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59c7dc


Comments

No comments written yet.

Please login to write comment.