Color Hex Logo

#5dbbff Color Hex

#5DBBFF
(93,187,255)
0 Favorites   0 Comments

Color spaces of #5dbbff

RGB 93187255
HSL0.571.000.68
HSV205°64°100°
CMYK 0.640.270.00   0.00
XYZ40.334545.0878101.1847
Yxy45.08780.21610.2416
Hunter Lab67.1474-10.2857-42.3411
CIE-Lab72.9497-7.6678-41.8093

#5dbbff color RGB value is (93,187,255).

#5dbbff hex color red value is 93, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5dbbff hue: 0.57 , saturation: 1.00 and the lightness value of 5dbbff is 0.68.

The process color (four color CMYK) of #5dbbff color hex is 0.64, 0.27, 0.00, 0.00. Web safe color of #5dbbff is #66ccff. Color #5dbbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111011 11111111
Octal 135 273 377
Decimal 93 187 255
Hex 5D BB FF

RGB Percentages of Color #5dbbff

%17.38
%34.95
%47.66

CMYK Percentages of Color #5dbbff

%64
%27
%0
%0

Triadic Colors of #5dbbff

#5dbbff #ff5dbb #bbff5d

Analogous Colors of #5dbbff

#5dbbff #5d6aff #5dfff2

Monochromatic Colors of #5dbbff

#5dbbff

Complementary Color

#5dbbff #ffa15d

#5dbbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbbff Color CSS Codes

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

#5dbbff Text Font Color

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

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


#5dbbff Background Color

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

This div background color is #5dbbff


#5dbbff Border Color

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

This div border color is #5dbbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbbff

Related Colors

#5dbbff Color Palettes


Comments

No comments written yet.

Please login to write comment.