Color Hex Logo

#5da8df Color Hex

#5DA8DF
(93,168,223)
0 Favorites   0 Comments

Color spaces of #5da8df

RGB 93168223
HSL0.570.670.62
HSV205°58°87°
CMYK 0.580.250.00   0.13
XYZ31.836135.660175.0172
Yxy35.66010.22340.2502
Hunter Lab59.7161-9.3404-32.6807
CIE-Lab66.2594-7.3258-34.8167

#5da8df color RGB value is (93,168,223).

#5da8df hex color red value is 93, green value is 168 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5da8df hue: 0.57 , saturation: 0.67 and the lightness value of 5da8df is 0.62.

The process color (four color CMYK) of #5da8df color hex is 0.58, 0.25, 0.00, 0.13. Web safe color of #5da8df is #6699cc. Color #5da8df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101000 11011111
Octal 135 250 337
Decimal 93 168 223
Hex 5D A8 DF

RGB Percentages of Color #5da8df

%19.21
%34.71
%46.07

CMYK Percentages of Color #5da8df

%58
%25
%0
%13

Triadic Colors of #5da8df

#5da8df #df5da8 #a8df5d

Analogous Colors of #5da8df

#5da8df #5d67df #5ddfd5

Monochromatic Colors of #5da8df

#5da8df

Complementary Color

#5da8df #df945d

#5da8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5da8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5da8df Color CSS Codes

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

#5da8df Text Font Color

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

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


#5da8df Background Color

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

This div background color is #5da8df


#5da8df Border Color

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

This div border color is #5da8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5da8df

#5da8df Color Palettes


Comments

No comments written yet.

Please login to write comment.