Color Hex Logo

#5dad9d Color Hex

#5DAD9D
(93,173,157)
0 Favorites   0 Comments

Color spaces of #5dad9d

RGB 93173157
HSL0.470.330.52
HSV168°46°68°
CMYK 0.460.000.09   0.32
XYZ25.543634.648637.2399
Yxy34.64860.26220.3556
Hunter Lab58.8631-25.55043.6941
CIE-Lab65.4742-28.51720.6065

#5dad9d color RGB value is (93,173,157).

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

The process color (four color CMYK) of #5dad9d color hex is 0.46, 0.00, 0.09, 0.32. Web safe color of #5dad9d is #669999. Color #5dad9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101101 10011101
Octal 135 255 235
Decimal 93 173 157
Hex 5D AD 9D

RGB Percentages of Color #5dad9d

%21.99
%40.90
%37.12

CMYK Percentages of Color #5dad9d

%46
%0
%9
%32

Triadic Colors of #5dad9d

#5dad9d #9d5dad #ad9d5d

Analogous Colors of #5dad9d

#5dad9d #5d95ad #5dad75

Monochromatic Colors of #5dad9d

#5dad9d

Complementary Color

#5dad9d #ad5d6d

#5dad9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dad9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dad9d Color CSS Codes

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

#5dad9d Text Font Color

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

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


#5dad9d Background Color

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

This div background color is #5dad9d


#5dad9d Border Color

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

This div border color is #5dad9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dad9d

#5dad9d Color Palettes


Comments

No comments written yet.

Please login to write comment.