Color Hex Logo

#7fff0e Color Hex

#7FFF0E
(127,255,14)
0 Favorites   0 Comments

Color spaces of #7fff0e

RGB 12725514
HSL0.261.000.53
HSV92°95°100°
CMYK 0.500.000.95   0.00
XYZ44.591776.063712.7470
Yxy76.06370.33430.5702
Hunter Lab87.2145-61.360552.3845
CIE-Lab89.8889-67.902084.7279

#7fff0e color RGB value is (127,255,14).

#7fff0e hex color red value is 127, green value is 255 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #7fff0e hue: 0.26 , saturation: 1.00 and the lightness value of 7fff0e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111111 00001110
Octal 177 377 16
Decimal 127 255 14
Hex 7F FF E

RGB Percentages of Color #7fff0e

%32.07
%64.39
%3.54

CMYK Percentages of Color #7fff0e

%50
%0
%95
%0

Triadic Colors of #7fff0e

#7fff0e #0e7fff #ff0e7f

Analogous Colors of #7fff0e

#7fff0e #0eff16 #f8ff0e

Monochromatic Colors of #7fff0e

#7fff0e

Complementary Color

#7fff0e #8e0eff

#7fff0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fff0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fff0e Color CSS Codes

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

#7fff0e Text Font Color

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

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


#7fff0e Background Color

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

This div background color is #7fff0e


#7fff0e Border Color

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

This div border color is #7fff0e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,255,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fff0e

Related Colors


Comments

No comments written yet.

Please login to write comment.