Color Hex Logo

#5bbefb Color Hex

#5BBEFB
(91,190,251)
0 Favorites   0 Comments

Color spaces of #5bbefb

RGB 91190251
HSL0.560.950.67
HSV203°64°98°
CMYK 0.640.240.00   0.02
XYZ40.140446.016198.0332
Yxy46.01610.21790.2498
Hunter Lab67.8352-13.0870-38.1994
CIE-Lab73.5560-10.8849-38.7163

#5bbefb color RGB value is (91,190,251).

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

The process color (four color CMYK) of #5bbefb color hex is 0.64, 0.24, 0.00, 0.02. Web safe color of #5bbefb is #66ccff. Color #5bbefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111110 11111011
Octal 133 276 373
Decimal 91 190 251
Hex 5B BE FB

RGB Percentages of Color #5bbefb

%17.11
%35.71
%47.18

CMYK Percentages of Color #5bbefb

%64
%24
%0
%2

Triadic Colors of #5bbefb

#5bbefb #fb5bbe #befb5b

Analogous Colors of #5bbefb

#5bbefb #5b6efb #5bfbe8

Monochromatic Colors of #5bbefb

#5bbefb

Complementary Color

#5bbefb #fb985b

#5bbefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbefb Color CSS Codes

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

#5bbefb Text Font Color

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

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


#5bbefb Background Color

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

This div background color is #5bbefb


#5bbefb Border Color

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

This div border color is #5bbefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbefb


Comments

No comments written yet.

Please login to write comment.