Color Hex Logo

#59bbef Color Hex

#59BBEF
(89,187,239)
0 Favorites   0 Comments

Color spaces of #59bbef

RGB 89187239
HSL0.560.820.64
HSV201°63°94°
CMYK 0.630.220.00   0.06
XYZ37.470143.896588.1593
Yxy43.89650.22100.2589
Hunter Lab66.2544-14.9948-32.5142
CIE-Lab72.1593-13.3746-34.4099

#59bbef color RGB value is (89,187,239).

#59bbef hex color red value is 89, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #59bbef hue: 0.56 , saturation: 0.82 and the lightness value of 59bbef is 0.64.

The process color (four color CMYK) of #59bbef color hex is 0.63, 0.22, 0.00, 0.06. Web safe color of #59bbef is #66ccff. Color #59bbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111011 11101111
Octal 131 273 357
Decimal 89 187 239
Hex 59 BB EF

RGB Percentages of Color #59bbef

%17.28
%36.31
%46.41

CMYK Percentages of Color #59bbef

%63
%22
%0
%6

Triadic Colors of #59bbef

#59bbef #ef59bb #bbef59

Analogous Colors of #59bbef

#59bbef #5970ef #59efd8

Monochromatic Colors of #59bbef

#59bbef

Complementary Color

#59bbef #ef8d59

#59bbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bbef Color CSS Codes

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

#59bbef Text Font Color

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

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


#59bbef Background Color

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

This div background color is #59bbef


#59bbef Border Color

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

This div border color is #59bbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bbef


Comments

No comments written yet.

Please login to write comment.