Color Hex Logo

#5daedd Color Hex

#5DAEDD
(93,174,221)
0 Favorites   0 Comments

Color spaces of #5daedd

RGB 93174221
HSL0.560.650.62
HSV202°58°87°
CMYK 0.580.210.00   0.13
XYZ32.701437.819773.9830
Yxy37.81970.22630.2617
Hunter Lab61.4977-12.7037-28.2787
CIE-Lab67.8875-11.2256-31.1940

#5daedd color RGB value is (93,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101110 11011101
Octal 135 256 335
Decimal 93 174 221
Hex 5D AE DD

RGB Percentages of Color #5daedd

%19.06
%35.66
%45.29

CMYK Percentages of Color #5daedd

%58
%21
%0
%13

Triadic Colors of #5daedd

#5daedd #dd5dae #aedd5d

Analogous Colors of #5daedd

#5daedd #5d6edd #5dddcc

Monochromatic Colors of #5daedd

#5daedd

Complementary Color

#5daedd #dd8c5d

#5daedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daedd Color CSS Codes

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

#5daedd Text Font Color

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

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


#5daedd Background Color

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

This div background color is #5daedd


#5daedd Border Color

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

This div border color is #5daedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daedd


Comments

No comments written yet.

Please login to write comment.