Color Hex Logo

#5daedb Color Hex

#5DAEDB
(93,174,219)
0 Favorites   0 Comments

Color spaces of #5daedb

RGB 93174219
HSL0.560.640.61
HSV201°58°86°
CMYK 0.580.210.00   0.14
XYZ32.436437.713772.5877
Yxy37.71370.22720.2642
Hunter Lab61.4115-13.1897-27.0921
CIE-Lab67.8091-11.8365-30.2169

#5daedb color RGB value is (93,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101110 11011011
Octal 135 256 333
Decimal 93 174 219
Hex 5D AE DB

RGB Percentages of Color #5daedb

%19.14
%35.80
%45.06

CMYK Percentages of Color #5daedb

%58
%21
%0
%14

Triadic Colors of #5daedb

#5daedb #db5dae #aedb5d

Analogous Colors of #5daedb

#5daedb #5d6fdb #5ddbc9

Monochromatic Colors of #5daedb

#5daedb

Complementary Color

#5daedb #db8a5d

#5daedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daedb Color CSS Codes

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

#5daedb Text Font Color

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

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


#5daedb Background Color

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

This div background color is #5daedb


#5daedb Border Color

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

This div border color is #5daedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daedb


Comments

No comments written yet.

Please login to write comment.