Color Hex Logo

#7ec022 Color Hex

#7EC022
(126,192,34)
0 Favorites   0 Comments

Color spaces of #7ec022

RGB 12619234
HSL0.240.700.44
HSV85°82°75°
CMYK 0.340.000.82   0.25
XYZ27.742642.25048.2063
Yxy42.25040.35480.5403
Hunter Lab65.0003-37.565538.0148
CIE-Lab71.0432-43.516265.5935

#7ec022 color RGB value is (126,192,34).

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

The process color (four color CMYK) of #7ec022 color hex is 0.34, 0.00, 0.82, 0.25. Web safe color of #7ec022 is #66cc33. Color #7ec022 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11000000 00100010
Octal 176 300 42
Decimal 126 192 34
Hex 7E C0 22

RGB Percentages of Color #7ec022

%35.80
%54.55
%9.66

CMYK Percentages of Color #7ec022

%34
%0
%82
%25

Triadic Colors of #7ec022

#7ec022 #227ec0 #c0227e

Analogous Colors of #7ec022

#7ec022 #2fc022 #c0b322

Monochromatic Colors of #7ec022

#7ec022

Complementary Color

#7ec022 #6422c0

#7ec022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec022 Color CSS Codes

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

#7ec022 Text Font Color

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

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


#7ec022 Background Color

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

This div background color is #7ec022


#7ec022 Border Color

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

This div border color is #7ec022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec022


Comments

No comments written yet.

Please login to write comment.