Color Hex Logo

#5daedf Color Hex

#5DAEDF
(93,174,223)
0 Favorites   0 Comments

Color spaces of #5daedf

RGB 93174223
HSL0.560.670.62
HSV203°58°87°
CMYK 0.580.220.00   0.13
XYZ32.969537.927075.3950
Yxy37.92700.22540.2593
Hunter Lab61.5849-12.2135-29.4760
CIE-Lab67.9668-10.6124-32.1689

#5daedf color RGB value is (93,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101110 11011111
Octal 135 256 337
Decimal 93 174 223
Hex 5D AE DF

RGB Percentages of Color #5daedf

%18.98
%35.51
%45.51

CMYK Percentages of Color #5daedf

%58
%22
%0
%13

Triadic Colors of #5daedf

#5daedf #df5dae #aedf5d

Analogous Colors of #5daedf

#5daedf #5d6ddf #5ddfcf

Monochromatic Colors of #5daedf

#5daedf

Complementary Color

#5daedf #df8e5d

#5daedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daedf Color CSS Codes

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

#5daedf Text Font Color

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

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


#5daedf Background Color

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

This div background color is #5daedf


#5daedf Border Color

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

This div border color is #5daedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daedf


Comments

No comments written yet.

Please login to write comment.