Color Hex Logo

#5bbbef Color Hex

#5BBBEF
(91,187,239)
0 Favorites   0 Comments

Color spaces of #5bbbef

RGB 91187239
HSL0.560.820.65
HSV201°62°94°
CMYK 0.620.220.00   0.06
XYZ37.664743.996888.1684
Yxy43.99680.22180.2591
Hunter Lab66.3301-14.7187-32.3794
CIE-Lab72.2264-13.0302-34.3006

#5bbbef color RGB value is (91,187,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111011 11101111
Octal 133 273 357
Decimal 91 187 239
Hex 5B BB EF

RGB Percentages of Color #5bbbef

%17.60
%36.17
%46.23

CMYK Percentages of Color #5bbbef

%62
%22
%0
%6

Triadic Colors of #5bbbef

#5bbbef #ef5bbb #bbef5b

Analogous Colors of #5bbbef

#5bbbef #5b71ef #5befd9

Monochromatic Colors of #5bbbef

#5bbbef

Complementary Color

#5bbbef #ef8f5b

#5bbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbbef Color CSS Codes

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

#5bbbef Text Font Color

<p style="color:#5bbbef">Text here</p>

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


#5bbbef Background Color

<div style="background-color:#5bbbef">
Div content here</div>

This div background color is #5bbbef


#5bbbef Border Color

<div style="border:3px solid #5bbbef">
Div here</div>

This div border color is #5bbbef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,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 #5bbbef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbbef


Comments

No comments written yet.

Please login to write comment.