Color Hex Logo

#5eda2f Color Hex

#5EDA2F
(94,218,47)
0 Favorites   0 Comments

Color spaces of #5eda2f

RGB 9421847
HSL0.290.700.52
HSV104°78°85°
CMYK 0.570.000.78   0.15
XYZ30.200652.727711.2751
Yxy52.72770.32060.5597
Hunter Lab72.6138-52.834841.6234
CIE-Lab77.7140-62.749967.6575

#5eda2f color RGB value is (94,218,47).

#5eda2f hex color red value is 94, green value is 218 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #5eda2f hue: 0.29 , saturation: 0.70 and the lightness value of 5eda2f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011010 00101111
Octal 136 332 57
Decimal 94 218 47
Hex 5E DA 2F

RGB Percentages of Color #5eda2f

%26.18
%60.72
%13.09

CMYK Percentages of Color #5eda2f

%57
%0
%78
%15

Triadic Colors of #5eda2f

#5eda2f #2f5eda #da2f5e

Analogous Colors of #5eda2f

#5eda2f #2fda56 #b4da2f

Monochromatic Colors of #5eda2f

#5eda2f

Complementary Color

#5eda2f #ab2fda

#5eda2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eda2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eda2f Color CSS Codes

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

#5eda2f Text Font Color

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

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


#5eda2f Background Color

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

This div background color is #5eda2f


#5eda2f Border Color

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

This div border color is #5eda2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eda2f


Comments

No comments written yet.

Please login to write comment.