Color Hex Logo

#5daacc Color Hex

#5DAACC
(93,170,204)
0 Favorites   0 Comments

Color spaces of #5daacc

RGB 93170204
HSL0.550.520.58
HSV198°54°80°
CMYK 0.540.170.00   0.20
XYZ29.788035.436262.3966
Yxy35.43620.23340.2777
Hunter Lab59.5283-14.8530-20.4770
CIE-Lab66.0869-14.1941-24.5941

#5daacc color RGB value is (93,170,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101010 11001100
Octal 135 252 314
Decimal 93 170 204
Hex 5D AA CC

RGB Percentages of Color #5daacc

%19.91
%36.40
%43.68

CMYK Percentages of Color #5daacc

%54
%17
%0
%20

Triadic Colors of #5daacc

#5daacc #cc5daa #aacc5d

Analogous Colors of #5daacc

#5daacc #5d73cc #5dccb7

Monochromatic Colors of #5daacc

#5daacc

Complementary Color

#5daacc #cc7f5d

#5daacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daacc Color CSS Codes

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

#5daacc Text Font Color

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

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


#5daacc Background Color

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

This div background color is #5daacc


#5daacc Border Color

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

This div border color is #5daacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daacc


Comments

No comments written yet.

Please login to write comment.