Color Hex Logo

#5daffd Color Hex

#5DAFFD
(93,175,253)
0 Favorites   0 Comments

Color spaces of #5daffd

RGB 93175253
HSL0.580.980.68
HSV209°63°99°
CMYK 0.630.310.00   0.01
XYZ37.573840.078998.6842
Yxy40.07890.21310.2273
Hunter Lab63.3079-4.8475-48.1056
CIE-Lab69.5257-1.6851-46.0916

#5daffd color RGB value is (93,175,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101111 11111101
Octal 135 257 375
Decimal 93 175 253
Hex 5D AF FD

RGB Percentages of Color #5daffd

%17.85
%33.59
%48.56

CMYK Percentages of Color #5daffd

%63
%31
%0
%1

Triadic Colors of #5daffd

#5daffd #fd5daf #affd5d

Analogous Colors of #5daffd

#5daffd #5d5ffd #5dfdfb

Monochromatic Colors of #5daffd

#5daffd

Complementary Color

#5daffd #fdab5d

#5daffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daffd Color CSS Codes

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

#5daffd Text Font Color

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

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


#5daffd Background Color

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

This div background color is #5daffd


#5daffd Border Color

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

This div border color is #5daffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daffd


Comments

No comments written yet.

Please login to write comment.