Color Hex Logo

#59bbeb Color Hex

#59BBEB
(89,187,235)
0 Favorites   0 Comments

Color spaces of #59bbeb

RGB 89187235
HSL0.550.780.64
HSV200°62°92°
CMYK 0.620.200.00   0.08
XYZ36.885543.662785.0809
Yxy43.66270.22270.2636
Hunter Lab66.0778-15.9950-30.0866
CIE-Lab72.0025-14.6154-32.4848

#59bbeb color RGB value is (89,187,235).

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

The process color (four color CMYK) of #59bbeb color hex is 0.62, 0.20, 0.00, 0.08. Web safe color of #59bbeb is #66ccff. Color #59bbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111011 11101011
Octal 131 273 353
Decimal 89 187 235
Hex 59 BB EB

RGB Percentages of Color #59bbeb

%17.42
%36.59
%45.99

CMYK Percentages of Color #59bbeb

%62
%20
%0
%8

Triadic Colors of #59bbeb

#59bbeb #eb59bb #bbeb59

Analogous Colors of #59bbeb

#59bbeb #5972eb #59ebd2

Monochromatic Colors of #59bbeb

#59bbeb

Complementary Color

#59bbeb #eb8959

#59bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bbeb Color CSS Codes

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

#59bbeb Text Font Color

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

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


#59bbeb Background Color

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

This div background color is #59bbeb


#59bbeb Border Color

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

This div border color is #59bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bbeb


Comments

No comments written yet.

Please login to write comment.