Color Hex Logo

#5daced Color Hex

#5DACED
(93,172,237)
0 Favorites   0 Comments

Color spaces of #5daced

RGB 93172237
HSL0.580.800.65
HSV207°61°93°
CMYK 0.610.270.00   0.07
XYZ34.552837.946685.6241
Yxy37.94660.21850.2400
Hunter Lab61.6008-7.6781-39.2915
CIE-Lab67.9812-5.1387-39.8091

#5daced color RGB value is (93,172,237).

#5daced hex color red value is 93, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5daced hue: 0.58 , saturation: 0.80 and the lightness value of 5daced is 0.65.

The process color (four color CMYK) of #5daced color hex is 0.61, 0.27, 0.00, 0.07. Web safe color of #5daced is #6699ff. Color #5daced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101100 11101101
Octal 135 254 355
Decimal 93 172 237
Hex 5D AC ED

RGB Percentages of Color #5daced

%18.53
%34.26
%47.21

CMYK Percentages of Color #5daced

%61
%27
%0
%7

Triadic Colors of #5daced

#5daced #ed5dac #aced5d

Analogous Colors of #5daced

#5daced #5d64ed #5dede6

Monochromatic Colors of #5daced

#5daced

Complementary Color

#5daced #ed9e5d

#5daced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daced Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daced Color CSS Codes

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

#5daced Text Font Color

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

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


#5daced Background Color

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

This div background color is #5daced


#5daced Border Color

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

This div border color is #5daced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daced


Comments

No comments written yet.

Please login to write comment.