Color Hex Logo

#5dadfe Color Hex

#5DADFE
(93,173,254)
0 Favorites   0 Comments

Color spaces of #5dadfe

RGB 93173254
HSL0.580.990.68
HSV210°63°100°
CMYK 0.630.320.00   0.00
XYZ37.347239.370199.3967
Yxy39.37010.21210.2235
Hunter Lab62.7456-3.5587-50.0007
CIE-Lab69.0185-0.2381-47.4308

#5dadfe color RGB value is (93,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101101 11111110
Octal 135 255 376
Decimal 93 173 254
Hex 5D AD FE

RGB Percentages of Color #5dadfe

%17.88
%33.27
%48.85

CMYK Percentages of Color #5dadfe

%63
%32
%0
%0

Triadic Colors of #5dadfe

#5dadfe #fe5dad #adfe5d

Analogous Colors of #5dadfe

#5dadfe #5d5dfe #5dfefe

Monochromatic Colors of #5dadfe

#5dadfe

Complementary Color

#5dadfe #feae5d

#5dadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dadfe Color CSS Codes

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

#5dadfe Text Font Color

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

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


#5dadfe Background Color

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

This div background color is #5dadfe


#5dadfe Border Color

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

This div border color is #5dadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dadfe


Comments

No comments written yet.

Please login to write comment.