Color Hex Logo

#5edc1d Color Hex

#5EDC1D
(94,220,29)
0 Favorites   0 Comments

Color spaces of #5edc1d

RGB 9422029
HSL0.280.770.49
HSV100°87°86°
CMYK 0.570.000.87   0.14
XYZ30.431153.65489.9149
Yxy53.65480.32370.5708
Hunter Lab73.2494-54.029643.2492
CIE-Lab78.2600-64.237872.5386

#5edc1d color RGB value is (94,220,29).

#5edc1d hex color red value is 94, green value is 220 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #5edc1d hue: 0.28 , saturation: 0.77 and the lightness value of 5edc1d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011100 00011101
Octal 136 334 35
Decimal 94 220 29
Hex 5E DC 1D

RGB Percentages of Color #5edc1d

%27.41
%64.14
%8.45

CMYK Percentages of Color #5edc1d

%57
%0
%87
%14

Triadic Colors of #5edc1d

#5edc1d #1d5edc #dc1d5e

Analogous Colors of #5edc1d

#5edc1d #1ddc3c #bedc1d

Monochromatic Colors of #5edc1d

#5edc1d

Complementary Color

#5edc1d #9b1ddc

#5edc1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edc1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edc1d Color CSS Codes

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

#5edc1d Text Font Color

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

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


#5edc1d Background Color

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

This div background color is #5edc1d


#5edc1d Border Color

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

This div border color is #5edc1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,220,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edc1d


Comments

No comments written yet.

Please login to write comment.