Color Hex Logo

#59b8cd Color Hex

#59B8CD
(89,184,205)
0 Favorites   0 Comments

Color spaces of #59b8cd

RGB 89184205
HSL0.530.540.58
HSV191°57°80°
CMYK 0.570.100.00   0.20
XYZ32.279840.812663.9339
Yxy40.81260.23560.2978
Hunter Lab63.8847-21.6055-14.6163
CIE-Lab70.0444-22.0348-19.1240

#59b8cd color RGB value is (89,184,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111000 11001101
Octal 131 270 315
Decimal 89 184 205
Hex 59 B8 CD

RGB Percentages of Color #59b8cd

%18.62
%38.49
%42.89

CMYK Percentages of Color #59b8cd

%57
%10
%0
%20

Triadic Colors of #59b8cd

#59b8cd #cd59b8 #b8cd59

Analogous Colors of #59b8cd

#59b8cd #597ecd #59cda8

Monochromatic Colors of #59b8cd

#59b8cd

Complementary Color

#59b8cd #cd6e59

#59b8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59b8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#59b8cd Color CSS Codes

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

#59b8cd Text Font Color

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

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


#59b8cd Background Color

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

This div background color is #59b8cd


#59b8cd Border Color

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

This div border color is #59b8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59b8cd


Comments

No comments written yet.

Please login to write comment.