Color Hex Logo

#5daac5 Color Hex

#5DAAC5
(93,170,197)
0 Favorites   0 Comments

Color spaces of #5daac5

RGB 93170197
HSL0.540.470.57
HSV196°53°77°
CMYK 0.530.140.00   0.23
XYZ28.967035.107858.0731
Yxy35.10780.23710.2874
Hunter Lab59.2518-16.4257-16.6342
CIE-Lab65.8325-16.2470-21.1035

#5daac5 color RGB value is (93,170,197).

#5daac5 hex color red value is 93, green value is 170 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #5daac5 hue: 0.54 , saturation: 0.47 and the lightness value of 5daac5 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101010 11000101
Octal 135 252 305
Decimal 93 170 197
Hex 5D AA C5

RGB Percentages of Color #5daac5

%20.22
%36.96
%42.83

CMYK Percentages of Color #5daac5

%53
%14
%0
%23

Triadic Colors of #5daac5

#5daac5 #c55daa #aac55d

Analogous Colors of #5daac5

#5daac5 #5d76c5 #5dc5ac

Monochromatic Colors of #5daac5

#5daac5

Complementary Color

#5daac5 #c5785d

#5daac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daac5 Color CSS Codes

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

#5daac5 Text Font Color

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

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


#5daac5 Background Color

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

This div background color is #5daac5


#5daac5 Border Color

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

This div border color is #5daac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daac5


Comments

No comments written yet.

Please login to write comment.