Color Hex Logo

#5bbdde Color Hex

#5BBDDE
(91,189,222)
0 Favorites   0 Comments

Color spaces of #5bbdde

RGB 91189222
HSL0.540.660.61
HSV195°59°87°
CMYK 0.590.150.00   0.13
XYZ35.696843.893375.6981
Yxy43.89330.22990.2827
Hunter Lab66.2520-19.7647-21.3670
CIE-Lab72.1571-19.2426-25.1810

#5bbdde color RGB value is (91,189,222).

#5bbdde hex color red value is 91, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5bbdde hue: 0.54 , saturation: 0.66 and the lightness value of 5bbdde is 0.61.

The process color (four color CMYK) of #5bbdde color hex is 0.59, 0.15, 0.00, 0.13. Web safe color of #5bbdde is #66cccc. Color #5bbdde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111101 11011110
Octal 133 275 336
Decimal 91 189 222
Hex 5B BD DE

RGB Percentages of Color #5bbdde

%18.13
%37.65
%44.22

CMYK Percentages of Color #5bbdde

%59
%15
%0
%13

Triadic Colors of #5bbdde

#5bbdde #de5bbd #bdde5b

Analogous Colors of #5bbdde

#5bbdde #5b7cde #5bdebe

Monochromatic Colors of #5bbdde

#5bbdde

Complementary Color

#5bbdde #de7c5b

#5bbdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbdde Color CSS Codes

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

#5bbdde Text Font Color

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

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


#5bbdde Background Color

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

This div background color is #5bbdde


#5bbdde Border Color

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

This div border color is #5bbdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbdde


Comments

No comments written yet.

Please login to write comment.