Color Hex Logo

#5bbbfb Color Hex

#5BBBFB
(91,187,251)
0 Favorites   0 Comments

Color spaces of #5bbbfb

RGB 91187251
HSL0.570.950.67
HSV204°64°98°
CMYK 0.640.250.00   0.02
XYZ39.497344.729897.8188
Yxy44.72980.21700.2457
Hunter Lab66.8803-11.6244-39.9010
CIE-Lab72.7136-9.2682-40.0278

#5bbbfb color RGB value is (91,187,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111011 11111011
Octal 133 273 373
Decimal 91 187 251
Hex 5B BB FB

RGB Percentages of Color #5bbbfb

%17.20
%35.35
%47.45

CMYK Percentages of Color #5bbbfb

%64
%25
%0
%2

Triadic Colors of #5bbbfb

#5bbbfb #fb5bbb #bbfb5b

Analogous Colors of #5bbbfb

#5bbbfb #5b6bfb #5bfbeb

Monochromatic Colors of #5bbbfb

#5bbbfb

Complementary Color

#5bbbfb #fb9b5b

#5bbbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbbfb Color CSS Codes

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

#5bbbfb Text Font Color

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

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


#5bbbfb Background Color

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

This div background color is #5bbbfb


#5bbbfb Border Color

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

This div border color is #5bbbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbbfb


Comments

No comments written yet.

Please login to write comment.