Color Hex Logo

#7ef18e Color Hex

#7EF18E
(126,241,142)
0 Favorites   0 Comments

Color spaces of #7ef18e

RGB 126241142
HSL0.360.800.72
HSV128°48°95°
CMYK 0.480.000.41   0.05
XYZ44.942069.299236.5986
Yxy69.29920.29790.4594
Hunter Lab83.2461-49.314232.2059
CIE-Lab86.6520-52.935137.9275

#7ef18e color RGB value is (126,241,142).

#7ef18e hex color red value is 126, green value is 241 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #7ef18e hue: 0.36 , saturation: 0.80 and the lightness value of 7ef18e is 0.72.

The process color (four color CMYK) of #7ef18e color hex is 0.48, 0.00, 0.41, 0.05. Web safe color of #7ef18e is #66ff99. Color #7ef18e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11110001 10001110
Octal 176 361 216
Decimal 126 241 142
Hex 7E F1 8E

RGB Percentages of Color #7ef18e

%24.75
%47.35
%27.90

CMYK Percentages of Color #7ef18e

%48
%0
%41
%5

Triadic Colors of #7ef18e

#7ef18e #8e7ef1 #f18e7e

Analogous Colors of #7ef18e

#7ef18e #7ef1c8 #a8f17e

Monochromatic Colors of #7ef18e

#7ef18e

Complementary Color

#7ef18e #f17ee1

#7ef18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ef18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ef18e Color CSS Codes

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

#7ef18e Text Font Color

<p style="color:#7ef18e">Text here</p>

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


#7ef18e Background Color

<div style="background-color:#7ef18e">
Div content here</div>

This div background color is #7ef18e


#7ef18e Border Color

<div style="border:3px solid #7ef18e">
Div here</div>

This div border color is #7ef18e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,241,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ef18e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ef18e;
  -webkit-box-shadow: 1px 1px 3px 2px #7ef18e;
  box-shadow:         1px 1px 3px 2px #7ef18e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,241,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ef18e


Comments

No comments written yet.

Please login to write comment.