Color Hex Logo

#7fda14 Color Hex

#7FDA14
(127,218,20)
0 Favorites   0 Comments

Color spaces of #7fda14

RGB 12721820
HSL0.240.830.47
HSV88°91°85°
CMYK 0.420.000.91   0.15
XYZ33.950154.70539.4317
Yxy54.70530.34610.5577
Hunter Lab73.9630-47.501244.2135
CIE-Lab78.8712-54.165375.0785

#7fda14 color RGB value is (127,218,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011010 00010100
Octal 177 332 24
Decimal 127 218 20
Hex 7F DA 14

RGB Percentages of Color #7fda14

%34.79
%59.73
%5.48

CMYK Percentages of Color #7fda14

%42
%0
%91
%15

Triadic Colors of #7fda14

#7fda14 #147fda #da147f

Analogous Colors of #7fda14

#7fda14 #1cda14 #dad214

Monochromatic Colors of #7fda14

#7fda14

Complementary Color

#7fda14 #6f14da

#7fda14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fda14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fda14 Color CSS Codes

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

#7fda14 Text Font Color

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

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


#7fda14 Background Color

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

This div background color is #7fda14


#7fda14 Border Color

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

This div border color is #7fda14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fda14


Comments

No comments written yet.

Please login to write comment.