Color Hex Logo

#5dbbef Color Hex

#5DBBEF
(93,187,239)
0 Favorites   0 Comments

Color spaces of #5dbbef

RGB 93187239
HSL0.560.820.65
HSV201°61°94°
CMYK 0.610.220.00   0.06
XYZ37.864544.099888.1778
Yxy44.09980.22250.2592
Hunter Lab66.4077-14.4359-32.2414
CIE-Lab72.2952-12.6785-34.1886

#5dbbef color RGB value is (93,187,239).

#5dbbef hex color red value is 93, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5dbbef hue: 0.56 , saturation: 0.82 and the lightness value of 5dbbef is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111011 11101111
Octal 135 273 357
Decimal 93 187 239
Hex 5D BB EF

RGB Percentages of Color #5dbbef

%17.92
%36.03
%46.05

CMYK Percentages of Color #5dbbef

%61
%22
%0
%6

Triadic Colors of #5dbbef

#5dbbef #ef5dbb #bbef5d

Analogous Colors of #5dbbef

#5dbbef #5d72ef #5defda

Monochromatic Colors of #5dbbef

#5dbbef

Complementary Color

#5dbbef #ef915d

#5dbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbbef Color CSS Codes

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

#5dbbef Text Font Color

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

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


#5dbbef Background Color

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

This div background color is #5dbbef


#5dbbef Border Color

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

This div border color is #5dbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbbef


Comments

No comments written yet.

Please login to write comment.