Color Hex Logo

#5daade Color Hex

#5DAADE
(93,170,222)
0 Favorites   0 Comments

Color spaces of #5daade

RGB 93170222
HSL0.570.660.62
HSV204°58°87°
CMYK 0.580.230.00   0.13
XYZ32.073736.350574.4331
Yxy36.35050.22450.2545
Hunter Lab60.2914-10.5518-30.9929
CIE-Lab66.7869-8.7377-33.4476

#5daade color RGB value is (93,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101010 11011110
Octal 135 252 336
Decimal 93 170 222
Hex 5D AA DE

RGB Percentages of Color #5daade

%19.18
%35.05
%45.77

CMYK Percentages of Color #5daade

%58
%23
%0
%13

Triadic Colors of #5daade

#5daade #de5daa #aade5d

Analogous Colors of #5daade

#5daade #5d6ade #5dded2

Monochromatic Colors of #5daade

#5daade

Complementary Color

#5daade #de915d

#5daade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daade Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daade Color CSS Codes

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

#5daade Text Font Color

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

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


#5daade Background Color

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

This div background color is #5daade


#5daade Border Color

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

This div border color is #5daade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daade


Comments

No comments written yet.

Please login to write comment.