Color Hex Logo

#7ec601 Color Hex

#7EC601
(126,198,1)
0 Favorites   0 Comments

Color spaces of #7ec601

RGB 1261981
HSL0.230.990.39
HSV82°99°78°
CMYK 0.360.000.99   0.22
XYZ28.803744.82607.1629
Yxy44.82600.35650.5548
Hunter Lab66.9522-40.373440.5234
CIE-Lab72.7772-46.814472.3270

#7ec601 color RGB value is (126,198,1).

#7ec601 hex color red value is 126, green value is 198 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #7ec601 hue: 0.23 , saturation: 0.99 and the lightness value of 7ec601 is 0.39.

The process color (four color CMYK) of #7ec601 color hex is 0.36, 0.00, 0.99, 0.22. Web safe color of #7ec601 is #66cc00. Color #7ec601 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11000110 00000001
Octal 176 306 1
Decimal 126 198 1
Hex 7E C6 1

RGB Percentages of Color #7ec601

%38.77
%60.92
%0.31

CMYK Percentages of Color #7ec601

%36
%0
%99
%22

Triadic Colors of #7ec601

#7ec601 #017ec6 #c6017e

Analogous Colors of #7ec601

#7ec601 #1cc601 #c6ac01

Monochromatic Colors of #7ec601

#7ec601

Complementary Color

#7ec601 #4901c6

#7ec601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec601 Color CSS Codes

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

#7ec601 Text Font Color

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

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


#7ec601 Background Color

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

This div background color is #7ec601


#7ec601 Border Color

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

This div border color is #7ec601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec601


Comments

No comments written yet.

Please login to write comment.