Color Hex Logo

#4eec70 Color Hex

#4EEC70
(78,236,112)
0 Favorites   0 Comments

Color spaces of #4eec70

RGB 78236112
HSL0.370.810.62
HSV133°67°93°
CMYK 0.670.000.53   0.07
XYZ36.062062.780525.5464
Yxy62.78050.28990.5047
Hunter Lab79.2341-57.418736.3478
CIE-Lab83.3268-66.161547.8990

#4eec70 color RGB value is (78,236,112).

#4eec70 hex color red value is 78, green value is 236 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #4eec70 hue: 0.37 , saturation: 0.81 and the lightness value of 4eec70 is 0.62.

The process color (four color CMYK) of #4eec70 color hex is 0.67, 0.00, 0.53, 0.07. Web safe color of #4eec70 is #66ff66. Color #4eec70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101100 01110000
Octal 116 354 160
Decimal 78 236 112
Hex 4E EC 70

RGB Percentages of Color #4eec70

%18.31
%55.40
%26.29

CMYK Percentages of Color #4eec70

%67
%0
%53
%7

Triadic Colors of #4eec70

#4eec70 #704eec #ec704e

Analogous Colors of #4eec70

#4eec70 #4eecbf #7bec4e

Monochromatic Colors of #4eec70

#4eec70

Complementary Color

#4eec70 #ec4eca

#4eec70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eec70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eec70 Color CSS Codes

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

#4eec70 Text Font Color

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

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


#4eec70 Background Color

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

This div background color is #4eec70


#4eec70 Border Color

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

This div border color is #4eec70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eec70


Comments

No comments written yet.

Please login to write comment.