Color Hex Logo

#4ee160 Color Hex

#4EE160
(78,225,96)
0 Favorites   0 Comments

Color spaces of #4ee160

RGB 7822596
HSL0.350.710.59
HSV127°65°88°
CMYK 0.650.000.57   0.12
XYZ32.178456.314720.2402
Yxy56.31470.29590.5179
Hunter Lab75.0431-54.784936.5388
CIE-Lab79.7926-64.418451.0169

#4ee160 color RGB value is (78,225,96).

#4ee160 hex color red value is 78, green value is 225 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #4ee160 hue: 0.35 , saturation: 0.71 and the lightness value of 4ee160 is 0.59.

The process color (four color CMYK) of #4ee160 color hex is 0.65, 0.00, 0.57, 0.12. Web safe color of #4ee160 is #66cc66. Color #4ee160 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11100001 01100000
Octal 116 341 140
Decimal 78 225 96
Hex 4E E1 60

RGB Percentages of Color #4ee160

%19.55
%56.39
%24.06

CMYK Percentages of Color #4ee160

%65
%0
%57
%12

Triadic Colors of #4ee160

#4ee160 #604ee1 #e1604e

Analogous Colors of #4ee160

#4ee160 #4ee1aa #86e14e

Monochromatic Colors of #4ee160

#4ee160

Complementary Color

#4ee160 #e14ecf

#4ee160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ee160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ee160 Color CSS Codes

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

#4ee160 Text Font Color

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

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


#4ee160 Background Color

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

This div background color is #4ee160


#4ee160 Border Color

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

This div border color is #4ee160


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,225,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 #4ee160">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ee160


Comments

No comments written yet.

Please login to write comment.