Color Hex Logo

#4ee214 Color Hex

#4EE214
(78,226,20)
0 Favorites   0 Comments

Color spaces of #4ee214

RGB 7822620
HSL0.290.840.48
HSV103°91°89°
CMYK 0.650.000.91   0.11
XYZ30.464556.06299.8774
Yxy56.06290.31600.5815
Hunter Lab74.8752-58.405144.5912
CIE-Lab79.6496-70.102375.0481

#4ee214 color RGB value is (78,226,20).

#4ee214 hex color red value is 78, green value is 226 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #4ee214 hue: 0.29 , saturation: 0.84 and the lightness value of 4ee214 is 0.48.

The process color (four color CMYK) of #4ee214 color hex is 0.65, 0.00, 0.91, 0.11. Web safe color of #4ee214 is #66cc00. Color #4ee214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11100010 00010100
Octal 116 342 24
Decimal 78 226 20
Hex 4E E2 14

RGB Percentages of Color #4ee214

%24.07
%69.75
%6.17

CMYK Percentages of Color #4ee214

%65
%0
%91
%11

Triadic Colors of #4ee214

#4ee214 #144ee2 #e2144e

Analogous Colors of #4ee214

#4ee214 #14e241 #b5e214

Monochromatic Colors of #4ee214

#4ee214

Complementary Color

#4ee214 #a814e2

#4ee214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ee214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ee214 Color CSS Codes

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

#4ee214 Text Font Color

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

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


#4ee214 Background Color

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

This div background color is #4ee214


#4ee214 Border Color

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

This div border color is #4ee214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ee214


Comments

No comments written yet.

Please login to write comment.