Color Hex Logo

#7ad20e Color Hex

#7AD20E
(122,210,14)
0 Favorites   0 Comments

Color spaces of #7ad20e

RGB 12221014
HSL0.240.880.44
HSV87°93°82°
CMYK 0.420.000.93   0.18
XYZ31.151950.26258.4752
Yxy50.26250.34660.5592
Hunter Lab70.8961-45.634742.5395
CIE-Lab76.2301-52.808573.6236

#7ad20e color RGB value is (122,210,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11010010 00001110
Octal 172 322 16
Decimal 122 210 14
Hex 7A D2 E

RGB Percentages of Color #7ad20e

%35.26
%60.69
%4.05

CMYK Percentages of Color #7ad20e

%42
%0
%93
%18

Triadic Colors of #7ad20e

#7ad20e #0e7ad2 #d20e7a

Analogous Colors of #7ad20e

#7ad20e #18d20e #d2c80e

Monochromatic Colors of #7ad20e

#7ad20e

Complementary Color

#7ad20e #660ed2

#7ad20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad20e Color CSS Codes

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

#7ad20e Text Font Color

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

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


#7ad20e Background Color

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

This div background color is #7ad20e


#7ad20e Border Color

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

This div border color is #7ad20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad20e


Comments

No comments written yet.

Please login to write comment.