Color Hex Logo

#5dabff Color Hex

#5DABFF
(93,171,255)
0 Favorites   0 Comments

Color spaces of #5dabff

RGB 93171255
HSL0.591.000.68
HSV211°64°100°
CMYK 0.640.330.00   0.00
XYZ37.127138.6730100.1156
Yxy38.67300.21110.2198
Hunter Lab62.1876-2.2607-51.9194
CIE-Lab68.51371.2168-48.7677

#5dabff color RGB value is (93,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101011 11111111
Octal 135 253 377
Decimal 93 171 255
Hex 5D AB FF

RGB Percentages of Color #5dabff

%17.92
%32.95
%49.13

CMYK Percentages of Color #5dabff

%64
%33
%0
%0

Triadic Colors of #5dabff

#5dabff #ff5dab #abff5d

Analogous Colors of #5dabff

#5dabff #605dff #5dfcff

Monochromatic Colors of #5dabff

#5dabff

Complementary Color

#5dabff #ffb15d

#5dabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dabff Color CSS Codes

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

#5dabff Text Font Color

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

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


#5dabff Background Color

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

This div background color is #5dabff


#5dabff Border Color

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

This div border color is #5dabff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dabff


Comments

No comments written yet.

Please login to write comment.