Color Hex Logo

#5bbcfb Color Hex

#5BBCFB
(91,188,251)
0 Favorites   0 Comments

Color spaces of #5bbcfb

RGB 91188251
HSL0.570.950.67
HSV204°64°98°
CMYK 0.640.250.00   0.02
XYZ39.710245.155697.8897
Yxy45.15560.21730.2471
Hunter Lab67.1979-12.1129-39.3314
CIE-Lab72.9942-9.8085-39.5906

#5bbcfb color RGB value is (91,188,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111100 11111011
Octal 133 274 373
Decimal 91 188 251
Hex 5B BC FB

RGB Percentages of Color #5bbcfb

%17.17
%35.47
%47.36

CMYK Percentages of Color #5bbcfb

%64
%25
%0
%2

Triadic Colors of #5bbcfb

#5bbcfb #fb5bbc #bcfb5b

Analogous Colors of #5bbcfb

#5bbcfb #5b6cfb #5bfbea

Monochromatic Colors of #5bbcfb

#5bbcfb

Complementary Color

#5bbcfb #fb9a5b

#5bbcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbcfb Color CSS Codes

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

#5bbcfb Text Font Color

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

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


#5bbcfb Background Color

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

This div background color is #5bbcfb


#5bbcfb Border Color

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

This div border color is #5bbcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.