Color Hex Logo

#7ee00b Color Hex

#7EE00B
(126,224,11)
0 Favorites   0 Comments

Color spaces of #7ee00b

RGB 12622411
HSL0.240.910.46
HSV88°95°88°
CMYK 0.440.000.95   0.12
XYZ35.320257.77119.6060
Yxy57.77110.34390.5625
Hunter Lab76.0073-50.064845.7119
CIE-Lab80.6114-56.956477.5370

#7ee00b color RGB value is (126,224,11).

#7ee00b hex color red value is 126, green value is 224 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #7ee00b hue: 0.24 , saturation: 0.91 and the lightness value of 7ee00b is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11100000 00001011
Octal 176 340 13
Decimal 126 224 11
Hex 7E E0 B

RGB Percentages of Color #7ee00b

%34.90
%62.05
%3.05

CMYK Percentages of Color #7ee00b

%44
%0
%95
%12

Triadic Colors of #7ee00b

#7ee00b #0b7ee0 #e00b7e

Analogous Colors of #7ee00b

#7ee00b #14e00b #e0d80b

Monochromatic Colors of #7ee00b

#7ee00b

Complementary Color

#7ee00b #6d0be0

#7ee00b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ee00b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ee00b Color CSS Codes

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

#7ee00b Text Font Color

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

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


#7ee00b Background Color

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

This div background color is #7ee00b


#7ee00b Border Color

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

This div border color is #7ee00b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ee00b


Comments

No comments written yet.

Please login to write comment.