Color Hex Logo

#7fda0e Color Hex

#7FDA0E
(127,218,14)
0 Favorites   0 Comments

Color spaces of #7fda0e

RGB 12721814
HSL0.240.880.45
HSV87°94°85°
CMYK 0.420.000.94   0.15
XYZ33.903154.68659.1841
Yxy54.68650.34680.5593
Hunter Lab73.9503-47.578344.4018
CIE-Lab78.8603-54.282275.8410

#7fda0e color RGB value is (127,218,14).

#7fda0e hex color red value is 127, green value is 218 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #7fda0e hue: 0.24 , saturation: 0.88 and the lightness value of 7fda0e is 0.45.

The process color (four color CMYK) of #7fda0e color hex is 0.42, 0.00, 0.94, 0.15. Web safe color of #7fda0e is #66cc00. Color #7fda0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011010 00001110
Octal 177 332 16
Decimal 127 218 14
Hex 7F DA E

RGB Percentages of Color #7fda0e

%35.38
%60.72
%3.90

CMYK Percentages of Color #7fda0e

%42
%0
%94
%15

Triadic Colors of #7fda0e

#7fda0e #0e7fda #da0e7f

Analogous Colors of #7fda0e

#7fda0e #19da0e #dacf0e

Monochromatic Colors of #7fda0e

#7fda0e

Complementary Color

#7fda0e #690eda

#7fda0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fda0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fda0e Color CSS Codes

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

#7fda0e Text Font Color

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

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


#7fda0e Background Color

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

This div background color is #7fda0e


#7fda0e Border Color

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

This div border color is #7fda0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fda0e


Comments

No comments written yet.

Please login to write comment.