Color Hex Logo

#7ef700 Color Hex

#7EF700
(126,247,0)
0 Favorites   0 Comments

Color spaces of #7ef700

RGB 1262470
HSL0.251.000.48
HSV89°100°97°
CMYK 0.490.001.00   0.03
XYZ41.864970.957111.4896
Yxy70.95710.33680.5708
Hunter Lab84.2360-58.699450.8782
CIE-Lab87.4642-65.537083.8764

#7ef700 color RGB value is (126,247,0).

#7ef700 hex color red value is 126, green value is 247 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #7ef700 hue: 0.25 , saturation: 1.00 and the lightness value of 7ef700 is 0.48.

The process color (four color CMYK) of #7ef700 color hex is 0.49, 0.00, 1.00, 0.03. Web safe color of #7ef700 is #66ff00. Color #7ef700 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11110111 00000000
Octal 176 367 0
Decimal 126 247 0
Hex 7E F7 0

RGB Percentages of Color #7ef700

%33.78
%66.22
%0.00

CMYK Percentages of Color #7ef700

%49
%0
%100
%3

Triadic Colors of #7ef700

#7ef700 #007ef7 #f7007e

Analogous Colors of #7ef700

#7ef700 #02f700 #f7f500

Monochromatic Colors of #7ef700

#7ef700

Complementary Color

#7ef700 #7900f7

#7ef700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ef700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ef700 Color CSS Codes

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

#7ef700 Text Font Color

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

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


#7ef700 Background Color

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

This div background color is #7ef700


#7ef700 Border Color

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

This div border color is #7ef700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ef700


Comments

No comments written yet.

Please login to write comment.