Color Hex Logo

#5bbfef Color Hex

#5BBFEF
(91,191,239)
0 Favorites   0 Comments

Color spaces of #5bbfef

RGB 91191239
HSL0.550.820.65
HSV199°62°94°
CMYK 0.620.200.00   0.06
XYZ38.525245.717788.4553
Yxy45.71770.22310.2647
Hunter Lab67.6149-16.6213-30.2341
CIE-Lab73.3620-15.1493-32.5446

#5bbfef color RGB value is (91,191,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111111 11101111
Octal 133 277 357
Decimal 91 191 239
Hex 5B BF EF

RGB Percentages of Color #5bbfef

%17.47
%36.66
%45.87

CMYK Percentages of Color #5bbfef

%62
%20
%0
%6

Triadic Colors of #5bbfef

#5bbfef #ef5bbf #bfef5b

Analogous Colors of #5bbfef

#5bbfef #5b75ef #5befd5

Monochromatic Colors of #5bbfef

#5bbfef

Complementary Color

#5bbfef #ef8b5b

#5bbfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbfef Color CSS Codes

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

#5bbfef Text Font Color

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

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


#5bbfef Background Color

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

This div background color is #5bbfef


#5bbfef Border Color

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

This div border color is #5bbfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbfef


Comments

No comments written yet.

Please login to write comment.