Color Hex Logo

#5bbbeb Color Hex

#5BBBEB
(91,187,235)
1 Favorites   0 Comments

Color spaces of #5bbbeb

RGB 91187235
HSL0.560.780.64
HSV200°61°92°
CMYK 0.610.200.00   0.08
XYZ37.080143.763085.0900
Yxy43.76300.22350.2637
Hunter Lab66.1536-15.7169-29.9542
CIE-Lab72.0698-14.2654-32.3752

#5bbbeb color RGB value is (91,187,235).

#5bbbeb hex color red value is 91, green value is 187 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5bbbeb hue: 0.56 , saturation: 0.78 and the lightness value of 5bbbeb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111011 11101011
Octal 133 273 353
Decimal 91 187 235
Hex 5B BB EB

RGB Percentages of Color #5bbbeb

%17.74
%36.45
%45.81

CMYK Percentages of Color #5bbbeb

%61
%20
%0
%8

Triadic Colors of #5bbbeb

#5bbbeb #eb5bbb #bbeb5b

Analogous Colors of #5bbbeb

#5bbbeb #5b73eb #5bebd3

Monochromatic Colors of #5bbbeb

#5bbbeb

Complementary Color

#5bbbeb #eb8b5b

#5bbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbbeb Color CSS Codes

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

#5bbbeb Text Font Color

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

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


#5bbbeb Background Color

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

This div background color is #5bbbeb


#5bbbeb Border Color

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

This div border color is #5bbbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbbeb


Comments

No comments written yet.

Please login to write comment.