Color Hex Logo

#7ec120 Color Hex

#7EC120
(126,193,32)
0 Favorites   0 Comments

Color spaces of #7ec120

RGB 12619332
HSL0.240.720.44
HSV85°83°76°
CMYK 0.350.000.83   0.24
XYZ27.934942.67988.1322
Yxy42.67980.35470.5420
Hunter Lab65.3298-38.000838.3505
CIE-Lab71.3371-44.018466.3552

#7ec120 color RGB value is (126,193,32).

#7ec120 hex color red value is 126, green value is 193 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #7ec120 hue: 0.24 , saturation: 0.72 and the lightness value of 7ec120 is 0.44.

The process color (four color CMYK) of #7ec120 color hex is 0.35, 0.00, 0.83, 0.24. Web safe color of #7ec120 is #66cc33. Color #7ec120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11000001 00100000
Octal 176 301 40
Decimal 126 193 32
Hex 7E C1 20

RGB Percentages of Color #7ec120

%35.90
%54.99
%9.12

CMYK Percentages of Color #7ec120

%35
%0
%83
%24

Triadic Colors of #7ec120

#7ec120 #207ec1 #c1207e

Analogous Colors of #7ec120

#7ec120 #2dc120 #c1b420

Monochromatic Colors of #7ec120

#7ec120

Complementary Color

#7ec120 #6320c1

#7ec120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec120 Color CSS Codes

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

#7ec120 Text Font Color

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

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


#7ec120 Background Color

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

This div background color is #7ec120


#7ec120 Border Color

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

This div border color is #7ec120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec120


Comments

No comments written yet.

Please login to write comment.