Color Hex Logo

#5dacda Color Hex

#5DACDA
(93,172,218)
0 Favorites   0 Comments

Color spaces of #5dacda

RGB 93172218
HSL0.560.630.61
HSV202°57°85°
CMYK 0.570.210.00   0.15
XYZ31.921636.894271.7685
Yxy36.89420.22710.2624
Hunter Lab60.7406-12.4872-27.5361
CIE-Lab67.1976-11.0591-30.6115

#5dacda color RGB value is (93,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101100 11011010
Octal 135 254 332
Decimal 93 172 218
Hex 5D AC DA

RGB Percentages of Color #5dacda

%19.25
%35.61
%45.13

CMYK Percentages of Color #5dacda

%57
%21
%0
%15

Triadic Colors of #5dacda

#5dacda #da5dac #acda5d

Analogous Colors of #5dacda

#5dacda #5d6eda #5ddaca

Monochromatic Colors of #5dacda

#5dacda

Complementary Color

#5dacda #da8b5d

#5dacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dacda Color CSS Codes

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

#5dacda Text Font Color

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

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


#5dacda Background Color

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

This div background color is #5dacda


#5dacda Border Color

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

This div border color is #5dacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dacda


Comments

No comments written yet.

Please login to write comment.