Color Hex Logo

#59bbee Color Hex

#59BBEE
(89,187,238)
0 Favorites   0 Comments

Color spaces of #59bbee

RGB 89187238
HSL0.560.810.64
HSV201°63°93°
CMYK 0.630.210.00   0.07
XYZ37.322843.837587.3833
Yxy43.83750.22140.2601
Hunter Lab66.2099-15.2461-31.9036
CIE-Lab72.1197-13.6853-33.9295

#59bbee color RGB value is (89,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111011 11101110
Octal 131 273 356
Decimal 89 187 238
Hex 59 BB EE

RGB Percentages of Color #59bbee

%17.32
%36.38
%46.30

CMYK Percentages of Color #59bbee

%63
%21
%0
%7

Triadic Colors of #59bbee

#59bbee #ee59bb #bbee59

Analogous Colors of #59bbee

#59bbee #5971ee #59eed7

Monochromatic Colors of #59bbee

#59bbee

Complementary Color

#59bbee #ee8c59

#59bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bbee Color CSS Codes

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

#59bbee Text Font Color

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

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


#59bbee Background Color

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

This div background color is #59bbee


#59bbee Border Color

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

This div border color is #59bbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bbee


Comments

No comments written yet.

Please login to write comment.