Color Hex Logo

#5dafdb Color Hex

#5DAFDB
(93,175,219)
0 Favorites   0 Comments

Color spaces of #5dafdb

RGB 93175219
HSL0.560.640.61
HSV201°58°86°
CMYK 0.580.200.00   0.14
XYZ32.630438.101672.6524
Yxy38.10160.22760.2657
Hunter Lab61.7265-13.6611-26.5761
CIE-Lab68.0954-12.3756-29.7751

#5dafdb color RGB value is (93,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101111 11011011
Octal 135 257 333
Decimal 93 175 219
Hex 5D AF DB

RGB Percentages of Color #5dafdb

%19.10
%35.93
%44.97

CMYK Percentages of Color #5dafdb

%58
%20
%0
%14

Triadic Colors of #5dafdb

#5dafdb #db5daf #afdb5d

Analogous Colors of #5dafdb

#5dafdb #5d70db #5ddbc8

Monochromatic Colors of #5dafdb

#5dafdb

Complementary Color

#5dafdb #db895d

#5dafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dafdb Color CSS Codes

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

#5dafdb Text Font Color

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

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


#5dafdb Background Color

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

This div background color is #5dafdb


#5dafdb Border Color

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

This div border color is #5dafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dafdb


Comments

No comments written yet.

Please login to write comment.