Color Hex Logo

#5dacdf Color Hex

#5DACDF
(93,172,223)
0 Favorites   0 Comments

Color spaces of #5dacdf

RGB 93172223
HSL0.570.670.62
HSV204°58°87°
CMYK 0.580.230.00   0.13
XYZ32.586037.159975.2672
Yxy37.15990.22470.2563
Hunter Lab60.9589-11.2597-30.5353
CIE-Lab67.3968-9.5232-33.0516

#5dacdf color RGB value is (93,172,223).

#5dacdf hex color red value is 93, green value is 172 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5dacdf hue: 0.57 , saturation: 0.67 and the lightness value of 5dacdf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101100 11011111
Octal 135 254 337
Decimal 93 172 223
Hex 5D AC DF

RGB Percentages of Color #5dacdf

%19.06
%35.25
%45.70

CMYK Percentages of Color #5dacdf

%58
%23
%0
%13

Triadic Colors of #5dacdf

#5dacdf #df5dac #acdf5d

Analogous Colors of #5dacdf

#5dacdf #5d6bdf #5ddfd1

Monochromatic Colors of #5dacdf

#5dacdf

Complementary Color

#5dacdf #df905d

#5dacdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dacdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dacdf Color CSS Codes

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

#5dacdf Text Font Color

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

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


#5dacdf Background Color

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

This div background color is #5dacdf


#5dacdf Border Color

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

This div border color is #5dacdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dacdf


Comments

No comments written yet.

Please login to write comment.