Color Hex Logo

#5bbbf9 Color Hex

#5BBBF9
(91,187,249)
0 Favorites   0 Comments

Color spaces of #5bbbf9

RGB 91187249
HSL0.570.930.67
HSV204°63°98°
CMYK 0.630.250.00   0.02
XYZ39.183644.604396.1668
Yxy44.60430.21770.2479
Hunter Lab66.7865-12.1504-38.6220
CIE-Lab72.6306-9.9007-39.0784

#5bbbf9 color RGB value is (91,187,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111011 11111001
Octal 133 273 371
Decimal 91 187 249
Hex 5B BB F9

RGB Percentages of Color #5bbbf9

%17.27
%35.48
%47.25

CMYK Percentages of Color #5bbbf9

%63
%25
%0
%2

Triadic Colors of #5bbbf9

#5bbbf9 #f95bbb #bbf95b

Analogous Colors of #5bbbf9

#5bbbf9 #5b6cf9 #5bf9e8

Monochromatic Colors of #5bbbf9

#5bbbf9

Complementary Color

#5bbbf9 #f9995b

#5bbbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbbf9 Color CSS Codes

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

#5bbbf9 Text Font Color

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

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


#5bbbf9 Background Color

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

This div background color is #5bbbf9


#5bbbf9 Border Color

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

This div border color is #5bbbf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbbf9


Comments

No comments written yet.

Please login to write comment.