Color Hex Logo

#5dabfd Color Hex

#5DABFD
(93,171,253)
0 Favorites   0 Comments

Color spaces of #5dabfd

RGB 93171253
HSL0.590.980.68
HSV211°63°99°
CMYK 0.630.320.00   0.01
XYZ36.806738.544898.4285
Yxy38.54480.21180.2218
Hunter Lab62.0845-2.8243-50.5391
CIE-Lab68.42020.5653-47.8303

#5dabfd color RGB value is (93,171,253).

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

The process color (four color CMYK) of #5dabfd color hex is 0.63, 0.32, 0.00, 0.01. Web safe color of #5dabfd is #6699ff. Color #5dabfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101011 11111101
Octal 135 253 375
Decimal 93 171 253
Hex 5D AB FD

RGB Percentages of Color #5dabfd

%17.99
%33.08
%48.94

CMYK Percentages of Color #5dabfd

%63
%32
%0
%1

Triadic Colors of #5dabfd

#5dabfd #fd5dab #abfd5d

Analogous Colors of #5dabfd

#5dabfd #5f5dfd #5dfbfd

Monochromatic Colors of #5dabfd

#5dabfd

Complementary Color

#5dabfd #fdaf5d

#5dabfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dabfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dabfd Color CSS Codes

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

#5dabfd Text Font Color

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

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


#5dabfd Background Color

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

This div background color is #5dabfd


#5dabfd Border Color

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

This div border color is #5dabfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dabfd


Comments

No comments written yet.

Please login to write comment.