Color Hex Logo

#5dad78 Color Hex

#5DAD78
(93,173,120)
0 Favorites   0 Comments

Color spaces of #5dad78

RGB 93173120
HSL0.390.330.52
HSV140°46°68°
CMYK 0.460.000.31   0.32
XYZ22.847933.570423.0448
Yxy33.57040.28750.4225
Hunter Lab57.9400-31.005716.9762
CIE-Lab64.6201-36.611119.8117

#5dad78 color RGB value is (93,173,120).

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

The process color (four color CMYK) of #5dad78 color hex is 0.46, 0.00, 0.31, 0.32. Web safe color of #5dad78 is #669966. Color #5dad78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101101 01111000
Octal 135 255 170
Decimal 93 173 120
Hex 5D AD 78

RGB Percentages of Color #5dad78

%24.09
%44.82
%31.09

CMYK Percentages of Color #5dad78

%46
%0
%31
%32

Triadic Colors of #5dad78

#5dad78 #785dad #ad785d

Analogous Colors of #5dad78

#5dad78 #5dada0 #6aad5d

Monochromatic Colors of #5dad78

#5dad78

Complementary Color

#5dad78 #ad5d92

#5dad78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dad78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dad78 Color CSS Codes

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

#5dad78 Text Font Color

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

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


#5dad78 Background Color

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

This div background color is #5dad78


#5dad78 Border Color

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

This div border color is #5dad78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dad78


Comments

No comments written yet.

Please login to write comment.