Color Hex Logo

#59b1dc Color Hex

#59B1DC
(89,177,220)
0 Favorites   0 Comments

Color spaces of #59b1dc

RGB 89177220
HSL0.550.650.61
HSV200°60°86°
CMYK 0.600.200.00   0.14
XYZ32.760238.735473.4602
Yxy38.73540.22600.2672
Hunter Lab62.2378-14.9588-26.4145
CIE-Lab68.5592-13.9108-29.6209

#59b1dc color RGB value is (89,177,220).

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

The process color (four color CMYK) of #59b1dc color hex is 0.60, 0.20, 0.00, 0.14. Web safe color of #59b1dc is #6699cc. Color #59b1dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10110001 11011100
Octal 131 261 334
Decimal 89 177 220
Hex 59 B1 DC

RGB Percentages of Color #59b1dc

%18.31
%36.42
%45.27

CMYK Percentages of Color #59b1dc

%60
%20
%0
%14

Triadic Colors of #59b1dc

#59b1dc #dc59b1 #b1dc59

Analogous Colors of #59b1dc

#59b1dc #5970dc #59dcc6

Monochromatic Colors of #59b1dc

#59b1dc

Complementary Color

#59b1dc #dc8459

#59b1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59b1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#59b1dc Color CSS Codes

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

#59b1dc Text Font Color

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

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


#59b1dc Background Color

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

This div background color is #59b1dc


#59b1dc Border Color

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

This div border color is #59b1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59b1dc


Comments

No comments written yet.

Please login to write comment.