Color Hex Logo

#4edb3a Color Hex

#4EDB3A
(78,219,58)
0 Favorites   0 Comments

Color spaces of #4edb3a

RGB 7821958
HSL0.310.690.54
HSV113°74°86°
CMYK 0.640.000.74   0.14
XYZ29.237152.588212.6126
Yxy52.58820.30960.5569
Hunter Lab72.5177-54.939840.4504
CIE-Lab77.6312-66.061063.9391

#4edb3a color RGB value is (78,219,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011011 00111010
Octal 116 333 72
Decimal 78 219 58
Hex 4E DB 3A

RGB Percentages of Color #4edb3a

%21.97
%61.69
%16.34

CMYK Percentages of Color #4edb3a

%64
%0
%74
%14

Triadic Colors of #4edb3a

#4edb3a #3a4edb #db3a4e

Analogous Colors of #4edb3a

#4edb3a #3adb77 #9fdb3a

Monochromatic Colors of #4edb3a

#4edb3a

Complementary Color

#4edb3a #c73adb

#4edb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edb3a Color CSS Codes

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

#4edb3a Text Font Color

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

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


#4edb3a Background Color

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

This div background color is #4edb3a


#4edb3a Border Color

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

This div border color is #4edb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edb3a


Comments

No comments written yet.

Please login to write comment.