Color Hex Logo

#5b9efb Color Hex

#5B9EFB
(91,158,251)
0 Favorites   0 Comments

Color spaces of #5b9efb

RGB 91158251
HSL0.600.950.67
HSV215°64°98°
CMYK 0.640.370.00   0.02
XYZ33.953833.642995.9710
Yxy33.64290.20760.2057
Hunter Lab58.00252.9869-57.4995
CIE-Lab64.67817.0247-52.6592

#5b9efb color RGB value is (91,158,251).

#5b9efb hex color red value is 91, green value is 158 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5b9efb hue: 0.60 , saturation: 0.95 and the lightness value of 5b9efb is 0.67.

The process color (four color CMYK) of #5b9efb color hex is 0.64, 0.37, 0.00, 0.02. Web safe color of #5b9efb is #6699ff. Color #5b9efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10011110 11111011
Octal 133 236 373
Decimal 91 158 251
Hex 5B 9E FB

RGB Percentages of Color #5b9efb

%18.20
%31.60
%50.20

CMYK Percentages of Color #5b9efb

%64
%37
%0
%2

Triadic Colors of #5b9efb

#5b9efb #fb5b9e #9efb5b

Analogous Colors of #5b9efb

#5b9efb #685bfb #5beefb

Monochromatic Colors of #5b9efb

#5b9efb

Complementary Color

#5b9efb #fbb85b

#5b9efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b9efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b9efb Color CSS Codes

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

#5b9efb Text Font Color

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

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


#5b9efb Background Color

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

This div background color is #5b9efb


#5b9efb Border Color

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

This div border color is #5b9efb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,158,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b9efb


Comments

No comments written yet.

Please login to write comment.