Color Hex Logo

#5daefd Color Hex

#5DAEFD
(93,174,253)
0 Favorites   0 Comments

Color spaces of #5daefd

RGB 93174253
HSL0.580.980.68
HSV210°63°99°
CMYK 0.630.310.00   0.01
XYZ37.379939.691198.6195
Yxy39.69110.21280.2259
Hunter Lab63.0009-4.3433-48.7100
CIE-Lab69.2489-1.1245-46.5264

#5daefd color RGB value is (93,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101110 11111101
Octal 135 256 375
Decimal 93 174 253
Hex 5D AE FD

RGB Percentages of Color #5daefd

%17.88
%33.46
%48.65

CMYK Percentages of Color #5daefd

%63
%31
%0
%1

Triadic Colors of #5daefd

#5daefd #fd5dae #aefd5d

Analogous Colors of #5daefd

#5daefd #5d5efd #5dfdfc

Monochromatic Colors of #5daefd

#5daefd

Complementary Color

#5daefd #fdac5d

#5daefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daefd Color CSS Codes

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

#5daefd Text Font Color

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

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


#5daefd Background Color

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

This div background color is #5daefd


#5daefd Border Color

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

This div border color is #5daefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daefd


Comments

No comments written yet.

Please login to write comment.