Color Hex Logo

#7ee01f Color Hex

#7EE01F
(126,224,31)
0 Favorites   0 Comments

Color spaces of #7ee01f

RGB 12622431
HSL0.250.760.50
HSV90°86°88°
CMYK 0.440.000.86   0.12
XYZ35.507257.845910.5903
Yxy57.84590.34160.5565
Hunter Lab76.0565-49.765644.9839
CIE-Lab80.6530-56.502874.6661

#7ee01f color RGB value is (126,224,31).

#7ee01f hex color red value is 126, green value is 224 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #7ee01f hue: 0.25 , saturation: 0.76 and the lightness value of 7ee01f is 0.50.

The process color (four color CMYK) of #7ee01f color hex is 0.44, 0.00, 0.86, 0.12. Web safe color of #7ee01f is #66cc33. Color #7ee01f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11100000 00011111
Octal 176 340 37
Decimal 126 224 31
Hex 7E E0 1F

RGB Percentages of Color #7ee01f

%33.07
%58.79
%8.14

CMYK Percentages of Color #7ee01f

%44
%0
%86
%12

Triadic Colors of #7ee01f

#7ee01f #1f7ee0 #e01f7e

Analogous Colors of #7ee01f

#7ee01f #1fe021 #dfe01f

Monochromatic Colors of #7ee01f

#7ee01f

Complementary Color

#7ee01f #811fe0

#7ee01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ee01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ee01f Color CSS Codes

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

#7ee01f Text Font Color

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

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


#7ee01f Background Color

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

This div background color is #7ee01f


#7ee01f Border Color

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

This div border color is #7ee01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ee01f


Comments

No comments written yet.

Please login to write comment.