Color Hex Logo

#7ed35f Color Hex

#7ED35F
(126,211,95)
0 Favorites   0 Comments

Color spaces of #7ed35f

RGB 12621195
HSL0.290.570.60
HSV104°55°83°
CMYK 0.400.000.55   0.17
XYZ33.964051.850419.0445
Yxy51.85040.32390.4945
Hunter Lab72.0072-41.818734.7240
CIE-Lab77.1913-46.875848.8254

#7ed35f color RGB value is (126,211,95).

#7ed35f hex color red value is 126, green value is 211 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #7ed35f hue: 0.29 , saturation: 0.57 and the lightness value of 7ed35f is 0.60.

The process color (four color CMYK) of #7ed35f color hex is 0.40, 0.00, 0.55, 0.17. Web safe color of #7ed35f is #66cc66. Color #7ed35f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010011 01011111
Octal 176 323 137
Decimal 126 211 95
Hex 7E D3 5F

RGB Percentages of Color #7ed35f

%29.17
%48.84
%21.99

CMYK Percentages of Color #7ed35f

%40
%0
%55
%17

Triadic Colors of #7ed35f

#7ed35f #5f7ed3 #d35f7e

Analogous Colors of #7ed35f

#7ed35f #5fd37a #b8d35f

Monochromatic Colors of #7ed35f

#7ed35f

Complementary Color

#7ed35f #b45fd3

#7ed35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed35f Color CSS Codes

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

#7ed35f Text Font Color

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

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


#7ed35f Background Color

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

This div background color is #7ed35f


#7ed35f Border Color

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

This div border color is #7ed35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed35f


Comments

No comments written yet.

Please login to write comment.