Color Hex Logo

#7ed210 Color Hex

#7ED210
(126,210,16)
0 Favorites   0 Comments

Color spaces of #7ed210

RGB 12621016
HSL0.240.860.44
HSV86°92°82°
CMYK 0.400.000.92   0.18
XYZ31.744350.56628.5774
Yxy50.56620.34930.5564
Hunter Lab71.1099-44.757942.6253
CIE-Lab76.4155-51.436173.6013

#7ed210 color RGB value is (126,210,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010010 00010000
Octal 176 322 20
Decimal 126 210 16
Hex 7E D2 10

RGB Percentages of Color #7ed210

%35.80
%59.66
%4.55

CMYK Percentages of Color #7ed210

%40
%0
%92
%18

Triadic Colors of #7ed210

#7ed210 #107ed2 #d2107e

Analogous Colors of #7ed210

#7ed210 #1dd210 #d2c510

Monochromatic Colors of #7ed210

#7ed210

Complementary Color

#7ed210 #6410d2

#7ed210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed210 Color CSS Codes

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

#7ed210 Text Font Color

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

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


#7ed210 Background Color

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

This div background color is #7ed210


#7ed210 Border Color

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

This div border color is #7ed210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed210


Comments

No comments written yet.

Please login to write comment.