Color Hex Logo

#5bdeeb Color Hex

#5BDEEB
(91,222,235)
0 Favorites   0 Comments

Color spaces of #5bdeeb

RGB 91222235
HSL0.520.780.64
HSV185°61°92°
CMYK 0.610.060.00   0.08
XYZ45.431160.464987.8737
Yxy60.46490.23450.3120
Hunter Lab77.7592-31.7893-12.5707
CIE-Lab82.0902-31.8644-17.0860

#5bdeeb color RGB value is (91,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011110 11101011
Octal 133 336 353
Decimal 91 222 235
Hex 5B DE EB

RGB Percentages of Color #5bdeeb

%16.61
%40.51
%42.88

CMYK Percentages of Color #5bdeeb

%61
%6
%0
%8

Triadic Colors of #5bdeeb

#5bdeeb #eb5bde #deeb5b

Analogous Colors of #5bdeeb

#5bdeeb #5b96eb #5bebb0

Monochromatic Colors of #5bdeeb

#5bdeeb

Complementary Color

#5bdeeb #eb685b

#5bdeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdeeb Color CSS Codes

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

#5bdeeb Text Font Color

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

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


#5bdeeb Background Color

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

This div background color is #5bdeeb


#5bdeeb Border Color

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

This div border color is #5bdeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdeeb


Comments

No comments written yet.

Please login to write comment.