Color Hex Logo

#5d9afd Color Hex

#5D9AFD
(93,154,253)
0 Favorites   0 Comments

Color spaces of #5d9afd

RGB 93154253
HSL0.600.980.68
HSV217°63°99°
CMYK 0.630.390.00   0.01
XYZ33.799432.530297.4260
Yxy32.53020.20640.1987
Hunter Lab57.03535.9684-61.3528
CIE-Lab63.778710.3630-55.1741

#5d9afd color RGB value is (93,154,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10011010 11111101
Octal 135 232 375
Decimal 93 154 253
Hex 5D 9A FD

RGB Percentages of Color #5d9afd

%18.60
%30.80
%50.60

CMYK Percentages of Color #5d9afd

%63
%39
%0
%1

Triadic Colors of #5d9afd

#5d9afd #fd5d9a #9afd5d

Analogous Colors of #5d9afd

#5d9afd #705dfd #5deafd

Monochromatic Colors of #5d9afd

#5d9afd

Complementary Color

#5d9afd #fdc05d

#5d9afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d9afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d9afd Color CSS Codes

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

#5d9afd Text Font Color

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

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


#5d9afd Background Color

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

This div background color is #5d9afd


#5d9afd Border Color

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

This div border color is #5d9afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d9afd

Related Colors


Comments

No comments written yet.

Please login to write comment.