Color Hex Logo

#7dd20e Color Hex

#7DD20E
(125,210,14)
0 Favorites   0 Comments

Color spaces of #7dd20e

RGB 12521014
HSL0.240.880.44
HSV86°93°82°
CMYK 0.400.000.93   0.18
XYZ31.583350.48498.4954
Yxy50.48490.34870.5575
Hunter Lab71.0527-44.998142.6479
CIE-Lab76.3659-51.810073.7900

#7dd20e color RGB value is (125,210,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010010 00001110
Octal 175 322 16
Decimal 125 210 14
Hex 7D D2 E

RGB Percentages of Color #7dd20e

%35.82
%60.17
%4.01

CMYK Percentages of Color #7dd20e

%40
%0
%93
%18

Triadic Colors of #7dd20e

#7dd20e #0e7dd2 #d20e7d

Analogous Colors of #7dd20e

#7dd20e #1bd20e #d2c50e

Monochromatic Colors of #7dd20e

#7dd20e

Complementary Color

#7dd20e #630ed2

#7dd20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd20e Color CSS Codes

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

#7dd20e Text Font Color

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

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


#7dd20e Background Color

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

This div background color is #7dd20e


#7dd20e Border Color

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

This div border color is #7dd20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd20e


Comments

No comments written yet.

Please login to write comment.