Color Hex Logo

#7fe80b Color Hex

#7FE80B
(127,232,11)
0 Favorites   0 Comments

Color spaces of #7fe80b

RGB 12723211
HSL0.250.910.48
HSV89°95°91°
CMYK 0.450.000.95   0.09
XYZ37.669462.249410.3466
Yxy62.24940.34160.5645
Hunter Lab78.8983-52.848547.4536
CIE-Lab83.0459-59.650879.5027

#7fe80b color RGB value is (127,232,11).

#7fe80b hex color red value is 127, green value is 232 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #7fe80b hue: 0.25 , saturation: 0.91 and the lightness value of 7fe80b is 0.48.

The process color (four color CMYK) of #7fe80b color hex is 0.45, 0.00, 0.95, 0.09. Web safe color of #7fe80b is #66ff00. Color #7fe80b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101000 00001011
Octal 177 350 13
Decimal 127 232 11
Hex 7F E8 B

RGB Percentages of Color #7fe80b

%34.32
%62.70
%2.97

CMYK Percentages of Color #7fe80b

%45
%0
%95
%9

Triadic Colors of #7fe80b

#7fe80b #0b7fe8 #e80b7f

Analogous Colors of #7fe80b

#7fe80b #11e80b #e8e30b

Monochromatic Colors of #7fe80b

#7fe80b

Complementary Color

#7fe80b #740be8

#7fe80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fe80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fe80b Color CSS Codes

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

#7fe80b Text Font Color

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

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


#7fe80b Background Color

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

This div background color is #7fe80b


#7fe80b Border Color

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

This div border color is #7fe80b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fe80b


Comments

No comments written yet.

Please login to write comment.