Color Hex Logo

#59becb Color Hex

#59BECB
(89,190,203)
0 Favorites   0 Comments

Color spaces of #59becb

RGB 89190203
HSL0.520.520.57
HSV187°56°80°
CMYK 0.560.060.00   0.20
XYZ33.312843.262663.0947
Yxy43.26260.23850.3097
Hunter Lab65.7743-24.6999-10.8325
CIE-Lab71.7328-25.6303-15.4769

#59becb color RGB value is (89,190,203).

#59becb hex color red value is 89, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #59becb hue: 0.52 , saturation: 0.52 and the lightness value of 59becb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111110 11001011
Octal 131 276 313
Decimal 89 190 203
Hex 59 BE CB

RGB Percentages of Color #59becb

%18.46
%39.42
%42.12

CMYK Percentages of Color #59becb

%56
%6
%0
%20

Triadic Colors of #59becb

#59becb #cb59be #becb59

Analogous Colors of #59becb

#59becb #5985cb #59cb9f

Monochromatic Colors of #59becb

#59becb

Complementary Color

#59becb #cb6659

#59becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59becb Color CSS Codes

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

#59becb Text Font Color

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

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


#59becb Background Color

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

This div background color is #59becb


#59becb Border Color

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

This div border color is #59becb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59becb


Comments

No comments written yet.

Please login to write comment.