Color Hex Logo

#5edc49 Color Hex

#5EDC49
(94,220,73)
0 Favorites   0 Comments

Color spaces of #5edc49

RGB 9422073
HSL0.310.680.57
HSV111°67°86°
CMYK 0.570.000.67   0.14
XYZ31.411954.047115.0799
Yxy54.04710.31240.5376
Hunter Lab73.5167-52.385639.3000
CIE-Lab78.4892-61.589659.4356

#5edc49 color RGB value is (94,220,73).

#5edc49 hex color red value is 94, green value is 220 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #5edc49 hue: 0.31 , saturation: 0.68 and the lightness value of 5edc49 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011100 01001001
Octal 136 334 111
Decimal 94 220 73
Hex 5E DC 49

RGB Percentages of Color #5edc49

%24.29
%56.85
%18.86

CMYK Percentages of Color #5edc49

%57
%0
%67
%14

Triadic Colors of #5edc49

#5edc49 #495edc #dc495e

Analogous Colors of #5edc49

#5edc49 #49dc7e #a8dc49

Monochromatic Colors of #5edc49

#5edc49

Complementary Color

#5edc49 #c749dc

#5edc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edc49 Color CSS Codes

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

#5edc49 Text Font Color

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

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


#5edc49 Background Color

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

This div background color is #5edc49


#5edc49 Border Color

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

This div border color is #5edc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edc49


Comments

No comments written yet.

Please login to write comment.