Color Hex Logo

#5db1ff Color Hex

#5DB1FF
(93,177,255)
0 Favorites   0 Comments

Color spaces of #5db1ff

RGB 93177255
HSL0.581.000.68
HSV209°64°100°
CMYK 0.640.310.00   0.00
XYZ38.286340.9914100.5020
Yxy40.99140.21300.2280
Hunter Lab64.0245-5.3009-48.2528
CIE-Lab70.1699-2.1568-46.1621

#5db1ff color RGB value is (93,177,255).

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

The process color (four color CMYK) of #5db1ff color hex is 0.64, 0.31, 0.00, 0.00. Web safe color of #5db1ff is #6699ff. Color #5db1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10110001 11111111
Octal 135 261 377
Decimal 93 177 255
Hex 5D B1 FF

RGB Percentages of Color #5db1ff

%17.71
%33.71
%48.57

CMYK Percentages of Color #5db1ff

%64
%31
%0
%0

Triadic Colors of #5db1ff

#5db1ff #ff5db1 #b1ff5d

Analogous Colors of #5db1ff

#5db1ff #5d60ff #5dfffc

Monochromatic Colors of #5db1ff

#5db1ff

Complementary Color

#5db1ff #ffab5d

#5db1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5db1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5db1ff Color CSS Codes

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

#5db1ff Text Font Color

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

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


#5db1ff Background Color

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

This div background color is #5db1ff


#5db1ff Border Color

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

This div border color is #5db1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5db1ff

Related Colors

#5db1ff Color Palettes


Comments

No comments written yet.

Please login to write comment.