Color Hex Logo

#5da3dc Color Hex

#5DA3DC
(93,163,220)
0 Favorites   0 Comments

Color spaces of #5da3dc

RGB 93163220
HSL0.570.640.61
HSV207°58°86°
CMYK 0.580.260.00   0.14
XYZ30.529733.688872.6037
Yxy33.68880.22310.2462
Hunter Lab58.0421-7.6839-33.5353
CIE-Lab64.7148-5.4842-35.5647

#5da3dc color RGB value is (93,163,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10100011 11011100
Octal 135 243 334
Decimal 93 163 220
Hex 5D A3 DC

RGB Percentages of Color #5da3dc

%19.54
%34.24
%46.22

CMYK Percentages of Color #5da3dc

%58
%26
%0
%14

Triadic Colors of #5da3dc

#5da3dc #dc5da3 #a3dc5d

Analogous Colors of #5da3dc

#5da3dc #5d64dc #5ddcd6

Monochromatic Colors of #5da3dc

#5da3dc

Complementary Color

#5da3dc #dc965d

#5da3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5da3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5da3dc Color CSS Codes

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

#5da3dc Text Font Color

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

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


#5da3dc Background Color

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

This div background color is #5da3dc


#5da3dc Border Color

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

This div border color is #5da3dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,163,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 #5da3dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5da3dc


Comments

No comments written yet.

Please login to write comment.