Color Hex Logo

#4ed68a Color Hex

#4ED68A
(78,214,138)
0 Favorites   0 Comments

Color spaces of #4ed68a

RGB 78214138
HSL0.410.620.57
HSV146°64°84°
CMYK 0.640.000.36   0.16
XYZ31.775951.547832.3197
Yxy51.54780.27480.4457
Hunter Lab71.7968-46.643723.5681
CIE-Lab77.0097-53.882126.9482

#4ed68a color RGB value is (78,214,138).

#4ed68a hex color red value is 78, green value is 214 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #4ed68a hue: 0.41 , saturation: 0.62 and the lightness value of 4ed68a is 0.57.

The process color (four color CMYK) of #4ed68a color hex is 0.64, 0.00, 0.36, 0.16. Web safe color of #4ed68a is #66cc99. Color #4ed68a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11010110 10001010
Octal 116 326 212
Decimal 78 214 138
Hex 4E D6 8A

RGB Percentages of Color #4ed68a

%18.14
%49.77
%32.09

CMYK Percentages of Color #4ed68a

%64
%0
%36
%16

Triadic Colors of #4ed68a

#4ed68a #8a4ed6 #d68a4e

Analogous Colors of #4ed68a

#4ed68a #4ed6ce #56d64e

Monochromatic Colors of #4ed68a

#4ed68a

Complementary Color

#4ed68a #d64e9a

#4ed68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ed68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ed68a Color CSS Codes

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

#4ed68a Text Font Color

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

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


#4ed68a Background Color

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

This div background color is #4ed68a


#4ed68a Border Color

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

This div border color is #4ed68a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,214,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ed68a


Comments

No comments written yet.

Please login to write comment.