Color Hex Logo

#5b8beb Color Hex

#5B8BEB
(91,139,235)
0 Favorites   0 Comments

Color spaces of #5b8beb

RGB 91139235
HSL0.610.780.64
HSV220°61°92°
CMYK 0.610.410.00   0.08
XYZ28.542426.687582.2441
Yxy26.68750.20760.1941
Hunter Lab51.65998.2173-58.2294
CIE-Lab58.684012.9136-53.3772

#5b8beb color RGB value is (91,139,235).

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

The process color (four color CMYK) of #5b8beb color hex is 0.61, 0.41, 0.00, 0.08. Web safe color of #5b8beb is #6699ff. Color #5b8beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10001011 11101011
Octal 133 213 353
Decimal 91 139 235
Hex 5B 8B EB

RGB Percentages of Color #5b8beb

%19.57
%29.89
%50.54

CMYK Percentages of Color #5b8beb

%61
%41
%0
%8

Triadic Colors of #5b8beb

#5b8beb #eb5b8b #8beb5b

Analogous Colors of #5b8beb

#5b8beb #735beb #5bd3eb

Monochromatic Colors of #5b8beb

#5b8beb

Complementary Color

#5b8beb #ebbb5b

#5b8beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b8beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b8beb Color CSS Codes

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

#5b8beb Text Font Color

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

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


#5b8beb Background Color

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

This div background color is #5b8beb


#5b8beb Border Color

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

This div border color is #5b8beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b8beb


Comments

No comments written yet.

Please login to write comment.