Color Hex Logo

#5bbcde Color Hex

#5BBCDE
(91,188,222)
0 Favorites   0 Comments

Color spaces of #5bbcde

RGB 91188222
HSL0.540.660.61
HSV196°59°87°
CMYK 0.590.150.00   0.13
XYZ35.482443.464575.6266
Yxy43.46450.22960.2812
Hunter Lab65.9276-19.3042-21.8632
CIE-Lab71.8691-18.7249-25.6218

#5bbcde color RGB value is (91,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111100 11011110
Octal 133 274 336
Decimal 91 188 222
Hex 5B BC DE

RGB Percentages of Color #5bbcde

%18.16
%37.52
%44.31

CMYK Percentages of Color #5bbcde

%59
%15
%0
%13

Triadic Colors of #5bbcde

#5bbcde #de5bbc #bcde5b

Analogous Colors of #5bbcde

#5bbcde #5b7bde #5bdebf

Monochromatic Colors of #5bbcde

#5bbcde

Complementary Color

#5bbcde #de7d5b

#5bbcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbcde Color CSS Codes

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

#5bbcde Text Font Color

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

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


#5bbcde Background Color

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

This div background color is #5bbcde


#5bbcde Border Color

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

This div border color is #5bbcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbcde


Comments

No comments written yet.

Please login to write comment.