Color Hex Logo

#5dacde Color Hex

#5DACDE
(93,172,222)
0 Favorites   0 Comments

Color spaces of #5dacde

RGB 93172222
HSL0.560.660.62
HSV203°58°87°
CMYK 0.580.230.00   0.13
XYZ32.451537.106174.5591
Yxy37.10610.22520.2575
Hunter Lab60.9148-11.5075-29.9300
CIE-Lab67.3566-9.8318-32.5647

#5dacde color RGB value is (93,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101100 11011110
Octal 135 254 336
Decimal 93 172 222
Hex 5D AC DE

RGB Percentages of Color #5dacde

%19.10
%35.32
%45.59

CMYK Percentages of Color #5dacde

%58
%23
%0
%13

Triadic Colors of #5dacde

#5dacde #de5dac #acde5d

Analogous Colors of #5dacde

#5dacde #5d6cde #5dded0

Monochromatic Colors of #5dacde

#5dacde

Complementary Color

#5dacde #de8f5d

#5dacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dacde Color CSS Codes

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

#5dacde Text Font Color

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

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


#5dacde Background Color

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

This div background color is #5dacde


#5dacde Border Color

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

This div border color is #5dacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dacde

#5dacde Color Palettes


Comments

No comments written yet.

Please login to write comment.