Color Hex Logo

#4ef071 Color Hex

#4EF071
(78,240,113)
0 Favorites   0 Comments

Color spaces of #4ef071

RGB 78240113
HSL0.370.840.62
HSV133°68°94°
CMYK 0.680.000.53   0.06
XYZ37.282665.132126.2295
Yxy65.13210.28980.5063
Hunter Lab80.7045-58.772137.2235
CIE-Lab84.5518-67.403148.9213

#4ef071 color RGB value is (78,240,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11110000 01110001
Octal 116 360 161
Decimal 78 240 113
Hex 4E F0 71

RGB Percentages of Color #4ef071

%18.10
%55.68
%26.22

CMYK Percentages of Color #4ef071

%68
%0
%53
%6

Triadic Colors of #4ef071

#4ef071 #714ef0 #f0714e

Analogous Colors of #4ef071

#4ef071 #4ef0c2 #7cf04e

Monochromatic Colors of #4ef071

#4ef071

Complementary Color

#4ef071 #f04ecd

#4ef071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ef071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ef071 Color CSS Codes

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

#4ef071 Text Font Color

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

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


#4ef071 Background Color

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

This div background color is #4ef071


#4ef071 Border Color

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

This div border color is #4ef071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ef071


Comments

No comments written yet.

Please login to write comment.