Color Hex Logo

#5daadc Color Hex

#5DAADC
(93,170,220)
0 Favorites   0 Comments

Color spaces of #5daadc

RGB 93170220
HSL0.570.640.61
HSV204°58°86°
CMYK 0.580.230.00   0.14
XYZ31.807236.243973.0295
Yxy36.24390.22550.2569
Hunter Lab60.2029-11.0476-29.7801
CIE-Lab66.7059-9.3553-32.4727

#5daadc color RGB value is (93,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101010 11011100
Octal 135 252 334
Decimal 93 170 220
Hex 5D AA DC

RGB Percentages of Color #5daadc

%19.25
%35.20
%45.55

CMYK Percentages of Color #5daadc

%58
%23
%0
%14

Triadic Colors of #5daadc

#5daadc #dc5daa #aadc5d

Analogous Colors of #5daadc

#5daadc #5d6bdc #5ddccf

Monochromatic Colors of #5daadc

#5daadc

Complementary Color

#5daadc #dc8f5d

#5daadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daadc Color CSS Codes

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

#5daadc Text Font Color

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

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


#5daadc Background Color

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

This div background color is #5daadc


#5daadc Border Color

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

This div border color is #5daadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daadc


Comments

No comments written yet.

Please login to write comment.