Color Hex Logo

#5edb3a Color Hex

#5EDB3A
(94,219,58)
0 Favorites   0 Comments

Color spaces of #5edb3a

RGB 9421958
HSL0.300.690.54
HSV107°74°86°
CMYK 0.570.000.74   0.14
XYZ30.711353.348212.6816
Yxy53.34820.31750.5515
Hunter Lab73.0399-52.765340.8336
CIE-Lab78.0801-62.415864.5356

#5edb3a color RGB value is (94,219,58).

#5edb3a hex color red value is 94, green value is 219 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #5edb3a hue: 0.30 , saturation: 0.69 and the lightness value of 5edb3a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011011 00111010
Octal 136 333 72
Decimal 94 219 58
Hex 5E DB 3A

RGB Percentages of Color #5edb3a

%25.34
%59.03
%15.63

CMYK Percentages of Color #5edb3a

%57
%0
%74
%14

Triadic Colors of #5edb3a

#5edb3a #3a5edb #db3a5e

Analogous Colors of #5edb3a

#5edb3a #3adb67 #afdb3a

Monochromatic Colors of #5edb3a

#5edb3a

Complementary Color

#5edb3a #b73adb

#5edb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edb3a Color CSS Codes

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

#5edb3a Text Font Color

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

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


#5edb3a Background Color

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

This div background color is #5edb3a


#5edb3a Border Color

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

This div border color is #5edb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edb3a


Comments

No comments written yet.

Please login to write comment.