Color Hex Logo

#5bbeeb Color Hex

#5BBEEB
(91,190,235)
0 Favorites   0 Comments

Color spaces of #5bbeeb

RGB 91190235
HSL0.550.780.64
HSV199°61°92°
CMYK 0.610.190.00   0.08
XYZ37.723245.049285.3044
Yxy45.04920.22440.2680
Hunter Lab67.1187-17.1341-28.3714
CIE-Lab72.9243-15.8484-31.0566

#5bbeeb color RGB value is (91,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111110 11101011
Octal 133 276 353
Decimal 91 190 235
Hex 5B BE EB

RGB Percentages of Color #5bbeeb

%17.64
%36.82
%45.54

CMYK Percentages of Color #5bbeeb

%61
%19
%0
%8

Triadic Colors of #5bbeeb

#5bbeeb #eb5bbe #beeb5b

Analogous Colors of #5bbeeb

#5bbeeb #5b76eb #5bebd0

Monochromatic Colors of #5bbeeb

#5bbeeb

Complementary Color

#5bbeeb #eb885b

#5bbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbeeb Color CSS Codes

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

#5bbeeb Text Font Color

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

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


#5bbeeb Background Color

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

This div background color is #5bbeeb


#5bbeeb Border Color

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

This div border color is #5bbeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbeeb


Comments

No comments written yet.

Please login to write comment.