Color Hex Logo

#5dacfd Color Hex

#5DACFD
(93,172,253)
0 Favorites   0 Comments

Color spaces of #5dacfd

RGB 93172253
HSL0.580.980.68
HSV210°63°99°
CMYK 0.630.320.00   0.01
XYZ36.996338.924198.4917
Yxy38.92410.21210.2232
Hunter Lab62.3892-3.3320-49.9267
CIE-Lab68.69630.0004-47.3958

#5dacfd color RGB value is (93,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101100 11111101
Octal 135 254 375
Decimal 93 172 253
Hex 5D AC FD

RGB Percentages of Color #5dacfd

%17.95
%33.20
%48.84

CMYK Percentages of Color #5dacfd

%63
%32
%0
%1

Triadic Colors of #5dacfd

#5dacfd #fd5dac #acfd5d

Analogous Colors of #5dacfd

#5dacfd #5e5dfd #5dfcfd

Monochromatic Colors of #5dacfd

#5dacfd

Complementary Color

#5dacfd #fdae5d

#5dacfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dacfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dacfd Color CSS Codes

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

#5dacfd Text Font Color

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

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


#5dacfd Background Color

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

This div background color is #5dacfd


#5dacfd Border Color

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

This div border color is #5dacfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dacfd


Comments

No comments written yet.

Please login to write comment.