Color Hex Logo

#5dacca Color Hex

#5DACCA
(93,172,202)
0 Favorites   0 Comments

Color spaces of #5dacca

RGB 93172202
HSL0.550.510.58
HSV197°54°79°
CMYK 0.540.150.00   0.21
XYZ29.927436.096561.2671
Yxy36.09650.23510.2836
Hunter Lab60.0804-16.2257-18.4049
CIE-Lab66.5936-15.8492-22.7120

#5dacca color RGB value is (93,172,202).

#5dacca hex color red value is 93, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5dacca hue: 0.55 , saturation: 0.51 and the lightness value of 5dacca is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101100 11001010
Octal 135 254 312
Decimal 93 172 202
Hex 5D AC CA

RGB Percentages of Color #5dacca

%19.91
%36.83
%43.25

CMYK Percentages of Color #5dacca

%54
%15
%0
%21

Triadic Colors of #5dacca

#5dacca #ca5dac #acca5d

Analogous Colors of #5dacca

#5dacca #5d76ca #5dcab2

Monochromatic Colors of #5dacca

#5dacca

Complementary Color

#5dacca #ca7b5d

#5dacca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dacca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dacca Color CSS Codes

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

#5dacca Text Font Color

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

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


#5dacca Background Color

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

This div background color is #5dacca


#5dacca Border Color

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

This div border color is #5dacca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dacca


Comments

No comments written yet.

Please login to write comment.