Color Hex Logo

#5dadcd Color Hex

#5DADCD
(93,173,205)
0 Favorites   0 Comments

Color spaces of #5dadcd

RGB 93173205
HSL0.550.530.58
HSV197°55°80°
CMYK 0.550.160.00   0.20
XYZ30.477236.622163.2201
Yxy36.62210.23390.2810
Hunter Lab60.5162-16.0071-19.5778
CIE-Lab66.9925-15.4985-23.7602

#5dadcd color RGB value is (93,173,205).

#5dadcd hex color red value is 93, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5dadcd hue: 0.55 , saturation: 0.53 and the lightness value of 5dadcd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101101 11001101
Octal 135 255 315
Decimal 93 173 205
Hex 5D AD CD

RGB Percentages of Color #5dadcd

%19.75
%36.73
%43.52

CMYK Percentages of Color #5dadcd

%55
%16
%0
%20

Triadic Colors of #5dadcd

#5dadcd #cd5dad #adcd5d

Analogous Colors of #5dadcd

#5dadcd #5d75cd #5dcdb5

Monochromatic Colors of #5dadcd

#5dadcd

Complementary Color

#5dadcd #cd7d5d

#5dadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dadcd Color CSS Codes

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

#5dadcd Text Font Color

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

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


#5dadcd Background Color

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

This div background color is #5dadcd


#5dadcd Border Color

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

This div border color is #5dadcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dadcd


Comments

No comments written yet.

Please login to write comment.