Color Hex Logo

#5dadd9 Color Hex

#5DADD9
(93,173,217)
0 Favorites   0 Comments

Color spaces of #5dadd9

RGB 93173217
HSL0.560.620.61
HSV201°57°85°
CMYK 0.570.200.00   0.15
XYZ31.982237.224171.1450
Yxy37.22410.22790.2652
Hunter Lab61.0116-13.2007-26.4294
CIE-Lab67.4448-11.9050-29.6797

#5dadd9 color RGB value is (93,173,217).

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

The process color (four color CMYK) of #5dadd9 color hex is 0.57, 0.20, 0.00, 0.15. Web safe color of #5dadd9 is #6699cc. Color #5dadd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101101 11011001
Octal 135 255 331
Decimal 93 173 217
Hex 5D AD D9

RGB Percentages of Color #5dadd9

%19.25
%35.82
%44.93

CMYK Percentages of Color #5dadd9

%57
%20
%0
%15

Triadic Colors of #5dadd9

#5dadd9 #d95dad #add95d

Analogous Colors of #5dadd9

#5dadd9 #5d6fd9 #5dd9c7

Monochromatic Colors of #5dadd9

#5dadd9

Complementary Color

#5dadd9 #d9895d

#5dadd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dadd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dadd9 Color CSS Codes

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

#5dadd9 Text Font Color

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

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


#5dadd9 Background Color

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

This div background color is #5dadd9


#5dadd9 Border Color

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

This div border color is #5dadd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dadd9


Comments

No comments written yet.

Please login to write comment.