Color Hex Logo

#7eea45 Color Hex

#7EEA45
(126,234,69)
0 Favorites   0 Comments

Color spaces of #7eea45

RGB 12623469
HSL0.280.800.59
HSV99°71°92°
CMYK 0.460.000.71   0.08
XYZ39.101263.710915.8668
Yxy63.71090.32950.5368
Hunter Lab79.8191-52.241244.0874
CIE-Lab83.8150-58.370566.8487

#7eea45 color RGB value is (126,234,69).

#7eea45 hex color red value is 126, green value is 234 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #7eea45 hue: 0.28 , saturation: 0.80 and the lightness value of 7eea45 is 0.59.

The process color (four color CMYK) of #7eea45 color hex is 0.46, 0.00, 0.71, 0.08. Web safe color of #7eea45 is #66ff33. Color #7eea45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101010 01000101
Octal 176 352 105
Decimal 126 234 69
Hex 7E EA 45

RGB Percentages of Color #7eea45

%29.37
%54.55
%16.08

CMYK Percentages of Color #7eea45

%46
%0
%71
%8

Triadic Colors of #7eea45

#7eea45 #457eea #ea457e

Analogous Colors of #7eea45

#7eea45 #45ea5f #d1ea45

Monochromatic Colors of #7eea45

#7eea45

Complementary Color

#7eea45 #b145ea

#7eea45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eea45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eea45 Color CSS Codes

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

#7eea45 Text Font Color

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

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


#7eea45 Background Color

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

This div background color is #7eea45


#7eea45 Border Color

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

This div border color is #7eea45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eea45


Comments

No comments written yet.

Please login to write comment.