Color Hex Logo

#5daaad Color Hex

#5DAAAD
(93,170,173)
0 Favorites   0 Comments

Color spaces of #5daaad

RGB 93170173
HSL0.510.330.52
HSV182°46°68°
CMYK 0.460.020.00   0.32
XYZ26.431834.093744.7228
Yxy34.09370.25110.3239
Hunter Lab58.3898-21.3791-4.5394
CIE-Lab65.0369-22.9350-8.9500

#5daaad color RGB value is (93,170,173).

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

The process color (four color CMYK) of #5daaad color hex is 0.46, 0.02, 0.00, 0.32. Web safe color of #5daaad is #669999. Color #5daaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101010 10101101
Octal 135 252 255
Decimal 93 170 173
Hex 5D AA AD

RGB Percentages of Color #5daaad

%21.33
%38.99
%39.68

CMYK Percentages of Color #5daaad

%46
%2
%0
%32

Triadic Colors of #5daaad

#5daaad #ad5daa #aaad5d

Analogous Colors of #5daaad

#5daaad #5d82ad #5dad88

Monochromatic Colors of #5daaad

#5daaad

Complementary Color

#5daaad #ad605d

#5daaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daaad Color CSS Codes

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

#5daaad Text Font Color

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

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


#5daaad Background Color

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

This div background color is #5daaad


#5daaad Border Color

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

This div border color is #5daaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daaad


Comments

No comments written yet.

Please login to write comment.