Color Hex Logo

#5dda4a Color Hex

#5DDA4A
(93,218,74)
0 Favorites   0 Comments

Color spaces of #5dda4a

RGB 9321874
HSL0.310.660.57
HSV112°66°85°
CMYK 0.570.000.66   0.15
XYZ30.821652.964415.0772
Yxy52.96440.31180.5357
Hunter Lab72.7766-51.762738.6605
CIE-Lab77.8540-61.030758.3466

#5dda4a color RGB value is (93,218,74).

#5dda4a hex color red value is 93, green value is 218 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #5dda4a hue: 0.31 , saturation: 0.66 and the lightness value of 5dda4a is 0.57.

The process color (four color CMYK) of #5dda4a color hex is 0.57, 0.00, 0.66, 0.15. Web safe color of #5dda4a is #66cc33. Color #5dda4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011010 01001010
Octal 135 332 112
Decimal 93 218 74
Hex 5D DA 4A

RGB Percentages of Color #5dda4a

%24.16
%56.62
%19.22

CMYK Percentages of Color #5dda4a

%57
%0
%66
%15

Triadic Colors of #5dda4a

#5dda4a #4a5dda #da4a5d

Analogous Colors of #5dda4a

#5dda4a #4ada7f #a5da4a

Monochromatic Colors of #5dda4a

#5dda4a

Complementary Color

#5dda4a #c74ada

#5dda4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dda4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dda4a Color CSS Codes

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

#5dda4a Text Font Color

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

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


#5dda4a Background Color

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

This div background color is #5dda4a


#5dda4a Border Color

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

This div border color is #5dda4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dda4a


Comments

No comments written yet.

Please login to write comment.