Color Hex Logo

#5dad49 Color Hex

#5DAD49
(93,173,73)
0 Favorites   0 Comments

Color spaces of #5dad49

RGB 9317373
HSL0.300.410.48
HSV108°58°68°
CMYK 0.460.000.58   0.32
XYZ20.660432.695311.5252
Yxy32.69530.31840.5039
Hunter Lab57.1798-35.568428.0753
CIE-Lab63.9134-43.821343.1742

#5dad49 color RGB value is (93,173,73).

#5dad49 hex color red value is 93, green value is 173 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #5dad49 hue: 0.30 , saturation: 0.41 and the lightness value of 5dad49 is 0.48.

The process color (four color CMYK) of #5dad49 color hex is 0.46, 0.00, 0.58, 0.32. Web safe color of #5dad49 is #669933. Color #5dad49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101101 01001001
Octal 135 255 111
Decimal 93 173 73
Hex 5D AD 49

RGB Percentages of Color #5dad49

%27.43
%51.03
%21.53

CMYK Percentages of Color #5dad49

%46
%0
%58
%32

Triadic Colors of #5dad49

#5dad49 #495dad #ad495d

Analogous Colors of #5dad49

#5dad49 #49ad67 #8fad49

Monochromatic Colors of #5dad49

#5dad49

Complementary Color

#5dad49 #9949ad

#5dad49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dad49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dad49 Color CSS Codes

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

#5dad49 Text Font Color

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

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


#5dad49 Background Color

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

This div background color is #5dad49


#5dad49 Border Color

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

This div border color is #5dad49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dad49


Comments

No comments written yet.

Please login to write comment.