Color Hex Logo

#7ed141 Color Hex

#7ED141
(126,209,65)
0 Favorites   0 Comments

Color spaces of #7ed141

RGB 12620965
HSL0.260.610.54
HSV95°69°82°
CMYK 0.400.000.69   0.18
XYZ32.358850.418213.0272
Yxy50.41820.33780.5263
Hunter Lab71.0058-42.914038.8263
CIE-Lab76.3252-48.822960.6306

#7ed141 color RGB value is (126,209,65).

#7ed141 hex color red value is 126, green value is 209 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #7ed141 hue: 0.26 , saturation: 0.61 and the lightness value of 7ed141 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010001 01000001
Octal 176 321 101
Decimal 126 209 65
Hex 7E D1 41

RGB Percentages of Color #7ed141

%31.50
%52.25
%16.25

CMYK Percentages of Color #7ed141

%40
%0
%69
%18

Triadic Colors of #7ed141

#7ed141 #417ed1 #d1417e

Analogous Colors of #7ed141

#7ed141 #41d14c #c6d141

Monochromatic Colors of #7ed141

#7ed141

Complementary Color

#7ed141 #9441d1

#7ed141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed141 Color CSS Codes

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

#7ed141 Text Font Color

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

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


#7ed141 Background Color

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

This div background color is #7ed141


#7ed141 Border Color

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

This div border color is #7ed141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed141


Comments

No comments written yet.

Please login to write comment.