Color Hex Logo

#4ec060 Color Hex

#4EC060
(78,192,96)
0 Favorites   0 Comments

Color spaces of #4ec060

RGB 7819296
HSL0.360.480.53
HSV129°59°75°
CMYK 0.590.000.50   0.25
XYZ24.102840.163517.5483
Yxy40.16350.29460.4909
Hunter Lab63.3747-43.018227.9450
CIE-Lab69.5858-52.424338.7218

#4ec060 color RGB value is (78,192,96).

#4ec060 hex color red value is 78, green value is 192 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #4ec060 hue: 0.36 , saturation: 0.48 and the lightness value of 4ec060 is 0.53.

The process color (four color CMYK) of #4ec060 color hex is 0.59, 0.00, 0.50, 0.25. Web safe color of #4ec060 is #66cc66. Color #4ec060 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11000000 01100000
Octal 116 300 140
Decimal 78 192 96
Hex 4E C0 60

RGB Percentages of Color #4ec060

%21.31
%52.46
%26.23

CMYK Percentages of Color #4ec060

%59
%0
%50
%25

Triadic Colors of #4ec060

#4ec060 #604ec0 #c0604e

Analogous Colors of #4ec060

#4ec060 #4ec099 #75c04e

Monochromatic Colors of #4ec060

#4ec060

Complementary Color

#4ec060 #c04eae

#4ec060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ec060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ec060 Color CSS Codes

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

#4ec060 Text Font Color

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

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


#4ec060 Background Color

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

This div background color is #4ec060


#4ec060 Border Color

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

This div border color is #4ec060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ec060


Comments

No comments written yet.

Please login to write comment.