Color Hex Logo

#5bbbdd Color Hex

#5BBBDD
(91,187,221)
0 Favorites   0 Comments

Color spaces of #5bbbdd

RGB 91187221
HSL0.540.660.61
HSV196°59°87°
CMYK 0.590.150.00   0.13
XYZ35.135942.985374.8517
Yxy42.98530.22970.2810
Hunter Lab65.5632-19.0758-21.7956
CIE-Lab71.5450-18.5036-25.5736

#5bbbdd color RGB value is (91,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111011 11011101
Octal 133 273 335
Decimal 91 187 221
Hex 5B BB DD

RGB Percentages of Color #5bbbdd

%18.24
%37.47
%44.29

CMYK Percentages of Color #5bbbdd

%59
%15
%0
%13

Triadic Colors of #5bbbdd

#5bbbdd #dd5bbb #bbdd5b

Analogous Colors of #5bbbdd

#5bbbdd #5b7add #5bddbe

Monochromatic Colors of #5bbbdd

#5bbbdd

Complementary Color

#5bbbdd #dd7d5b

#5bbbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbbdd Color CSS Codes

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

#5bbbdd Text Font Color

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

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


#5bbbdd Background Color

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

This div background color is #5bbbdd


#5bbbdd Border Color

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

This div border color is #5bbbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbbdd


Comments

No comments written yet.

Please login to write comment.