Color Hex Logo

#5dafdd Color Hex

#5DAFDD
(93,175,221)
0 Favorites   0 Comments

Color spaces of #5dafdd

RGB 93175221
HSL0.560.650.62
HSV202°58°87°
CMYK 0.580.210.00   0.13
XYZ32.895338.207674.0476
Yxy38.20760.22660.2632
Hunter Lab61.8123-13.1773-27.7574
CIE-Lab68.1733-11.7665-30.7524

#5dafdd color RGB value is (93,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101111 11011101
Octal 135 257 335
Decimal 93 175 221
Hex 5D AF DD

RGB Percentages of Color #5dafdd

%19.02
%35.79
%45.19

CMYK Percentages of Color #5dafdd

%58
%21
%0
%13

Triadic Colors of #5dafdd

#5dafdd #dd5daf #afdd5d

Analogous Colors of #5dafdd

#5dafdd #5d6fdd #5dddcb

Monochromatic Colors of #5dafdd

#5dafdd

Complementary Color

#5dafdd #dd8b5d

#5dafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dafdd Color CSS Codes

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

#5dafdd Text Font Color

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

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


#5dafdd Background Color

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

This div background color is #5dafdd


#5dafdd Border Color

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

This div border color is #5dafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dafdd


Comments

No comments written yet.

Please login to write comment.