Color Hex Logo

#5da5cd Color Hex

#5DA5CD
(93,165,205)
0 Favorites   0 Comments

Color spaces of #5da5cd

RGB 93165205
HSL0.560.530.58
HSV201°55°80°
CMYK 0.550.200.00   0.20
XYZ28.988833.645262.7239
Yxy33.64520.23120.2684
Hunter Lab58.0045-12.2992-23.5109
CIE-Lab64.6800-11.1948-27.3098

#5da5cd color RGB value is (93,165,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10100101 11001101
Octal 135 245 315
Decimal 93 165 205
Hex 5D A5 CD

RGB Percentages of Color #5da5cd

%20.09
%35.64
%44.28

CMYK Percentages of Color #5da5cd

%55
%20
%0
%20

Triadic Colors of #5da5cd

#5da5cd #cd5da5 #a5cd5d

Analogous Colors of #5da5cd

#5da5cd #5d6dcd #5dcdbd

Monochromatic Colors of #5da5cd

#5da5cd

Complementary Color

#5da5cd #cd855d

#5da5cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5da5cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5da5cd Color CSS Codes

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

#5da5cd Text Font Color

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

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


#5da5cd Background Color

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

This div background color is #5da5cd


#5da5cd Border Color

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

This div border color is #5da5cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5da5cd


Comments

No comments written yet.

Please login to write comment.