Color Hex Logo

#5daead Color Hex

#5DAEAD
(93,174,173)
0 Favorites   0 Comments

Color spaces of #5daead

RGB 93174173
HSL0.500.330.52
HSV179°47°68°
CMYK 0.470.000.01   0.32
XYZ27.193135.616444.9766
Yxy35.61640.25230.3304
Hunter Lab59.6795-23.1051-2.9074
CIE-Lab66.2258-24.9558-7.1808

#5daead color RGB value is (93,174,173).

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

The process color (four color CMYK) of #5daead color hex is 0.47, 0.00, 0.01, 0.32. Web safe color of #5daead is #669999. Color #5daead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101110 10101101
Octal 135 256 255
Decimal 93 174 173
Hex 5D AE AD

RGB Percentages of Color #5daead

%21.14
%39.55
%39.32

CMYK Percentages of Color #5daead

%47
%0
%1
%32

Triadic Colors of #5daead

#5daead #ad5dae #aead5d

Analogous Colors of #5daead

#5daead #5d87ae #5dae85

Monochromatic Colors of #5daead

#5daead

Complementary Color

#5daead #ae5d5e

#5daead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daead Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daead Color CSS Codes

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

#5daead Text Font Color

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

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


#5daead Background Color

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

This div background color is #5daead


#5daead Border Color

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

This div border color is #5daead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,174,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 #5daead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daead


Comments

No comments written yet.

Please login to write comment.