Color Hex Logo

#5dadfb Color Hex

#5DADFB
(93,173,251)
0 Favorites   0 Comments

Color spaces of #5dadfb

RGB 93173251
HSL0.580.950.67
HSV210°63°98°
CMYK 0.630.310.00   0.02
XYZ36.870439.179396.8859
Yxy39.17930.21320.2266
Hunter Lab62.5934-4.3936-47.9574
CIE-Lab68.8809-1.2103-46.0204

#5dadfb color RGB value is (93,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101101 11111011
Octal 135 255 373
Decimal 93 173 251
Hex 5D AD FB

RGB Percentages of Color #5dadfb

%17.99
%33.46
%48.55

CMYK Percentages of Color #5dadfb

%63
%31
%0
%2

Triadic Colors of #5dadfb

#5dadfb #fb5dad #adfb5d

Analogous Colors of #5dadfb

#5dadfb #5d5efb #5dfbfa

Monochromatic Colors of #5dadfb

#5dadfb

Complementary Color

#5dadfb #fbab5d

#5dadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dadfb Color CSS Codes

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

#5dadfb Text Font Color

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

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


#5dadfb Background Color

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

This div background color is #5dadfb


#5dadfb Border Color

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

This div border color is #5dadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dadfb


Comments

No comments written yet.

Please login to write comment.