Color Hex Logo

#5edb29 Color Hex

#5EDB29
(94,219,41)
0 Favorites   0 Comments

Color spaces of #5edb29

RGB 9421941
HSL0.280.710.51
HSV102°81°86°
CMYK 0.570.000.81   0.14
XYZ30.347853.202810.7675
Yxy53.20280.32180.5641
Hunter Lab72.9402-53.378042.3057
CIE-Lab77.9946-63.406169.5724

#5edb29 color RGB value is (94,219,41).

#5edb29 hex color red value is 94, green value is 219 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #5edb29 hue: 0.28 , saturation: 0.71 and the lightness value of 5edb29 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011011 00101001
Octal 136 333 51
Decimal 94 219 41
Hex 5E DB 29

RGB Percentages of Color #5edb29

%26.55
%61.86
%11.58

CMYK Percentages of Color #5edb29

%57
%0
%81
%14

Triadic Colors of #5edb29

#5edb29 #295edb #db295e

Analogous Colors of #5edb29

#5edb29 #29db4d #b7db29

Monochromatic Colors of #5edb29

#5edb29

Complementary Color

#5edb29 #a629db

#5edb29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edb29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edb29 Color CSS Codes

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

#5edb29 Text Font Color

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

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


#5edb29 Background Color

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

This div background color is #5edb29


#5edb29 Border Color

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

This div border color is #5edb29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edb29


Comments

No comments written yet.

Please login to write comment.