Color Hex Logo

#7ed12c Color Hex

#7ED12C
(126,209,44)
0 Favorites   0 Comments

Color spaces of #7ed12c

RGB 12620944
HSL0.250.650.50
HSV90°79°82°
CMYK 0.400.000.79   0.18
XYZ31.859350.218410.3968
Yxy50.21840.34450.5431
Hunter Lab70.8649-43.764040.9069
CIE-Lab76.2031-50.102367.5575

#7ed12c color RGB value is (126,209,44).

#7ed12c hex color red value is 126, green value is 209 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #7ed12c hue: 0.25 , saturation: 0.65 and the lightness value of 7ed12c is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010001 00101100
Octal 176 321 54
Decimal 126 209 44
Hex 7E D1 2C

RGB Percentages of Color #7ed12c

%33.25
%55.15
%11.61

CMYK Percentages of Color #7ed12c

%40
%0
%79
%18

Triadic Colors of #7ed12c

#7ed12c #2c7ed1 #d12c7e

Analogous Colors of #7ed12c

#7ed12c #2cd12c #d1d12c

Monochromatic Colors of #7ed12c

#7ed12c

Complementary Color

#7ed12c #7f2cd1

#7ed12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed12c Color CSS Codes

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

#7ed12c Text Font Color

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

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


#7ed12c Background Color

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

This div background color is #7ed12c


#7ed12c Border Color

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

This div border color is #7ed12c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,209,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ed12c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ed12c;
  -webkit-box-shadow: 1px 1px 3px 2px #7ed12c;
  box-shadow:         1px 1px 3px 2px #7ed12c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,209,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed12c


Comments

No comments written yet.

Please login to write comment.