Color Hex Logo

#7edc20 Color Hex

#7EDC20
(126,220,32)
0 Favorites   0 Comments

Color spaces of #7edc20

RGB 12622032
HSL0.250.750.49
HSV90°85°86°
CMYK 0.430.000.85   0.14
XYZ34.458155.726310.3066
Yxy55.72630.34290.5545
Hunter Lab74.6501-48.242944.0691
CIE-Lab79.4578-54.932973.4341

#7edc20 color RGB value is (126,220,32).

#7edc20 hex color red value is 126, green value is 220 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #7edc20 hue: 0.25 , saturation: 0.75 and the lightness value of 7edc20 is 0.49.

The process color (four color CMYK) of #7edc20 color hex is 0.43, 0.00, 0.85, 0.14. Web safe color of #7edc20 is #66cc33. Color #7edc20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011100 00100000
Octal 176 334 40
Decimal 126 220 32
Hex 7E DC 20

RGB Percentages of Color #7edc20

%33.33
%58.20
%8.47

CMYK Percentages of Color #7edc20

%43
%0
%85
%14

Triadic Colors of #7edc20

#7edc20 #207edc #dc207e

Analogous Colors of #7edc20

#7edc20 #20dc20 #dcdc20

Monochromatic Colors of #7edc20

#7edc20

Complementary Color

#7edc20 #7e20dc

#7edc20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edc20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edc20 Color CSS Codes

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

#7edc20 Text Font Color

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

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


#7edc20 Background Color

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

This div background color is #7edc20


#7edc20 Border Color

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

This div border color is #7edc20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edc20


Comments

No comments written yet.

Please login to write comment.