Color Hex Logo

#7ee450 Color Hex

#7EE450
(126,228,80)
0 Favorites   0 Comments

Color spaces of #7ee450

RGB 12622880
HSL0.280.730.60
HSV101°65°89°
CMYK 0.450.000.65   0.11
XYZ37.795660.501617.2754
Yxy60.50160.32700.5235
Hunter Lab77.7828-49.384541.2798
CIE-Lab82.1101-55.207560.8825

#7ee450 color RGB value is (126,228,80).

#7ee450 hex color red value is 126, green value is 228 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #7ee450 hue: 0.28 , saturation: 0.73 and the lightness value of 7ee450 is 0.60.

The process color (four color CMYK) of #7ee450 color hex is 0.45, 0.00, 0.65, 0.11. Web safe color of #7ee450 is #66cc66. Color #7ee450 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11100100 01010000
Octal 176 344 120
Decimal 126 228 80
Hex 7E E4 50

RGB Percentages of Color #7ee450

%29.03
%52.53
%18.43

CMYK Percentages of Color #7ee450

%45
%0
%65
%11

Triadic Colors of #7ee450

#7ee450 #507ee4 #e4507e

Analogous Colors of #7ee450

#7ee450 #50e46c #c8e450

Monochromatic Colors of #7ee450

#7ee450

Complementary Color

#7ee450 #b650e4

#7ee450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ee450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ee450 Color CSS Codes

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

#7ee450 Text Font Color

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

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


#7ee450 Background Color

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

This div background color is #7ee450


#7ee450 Border Color

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

This div border color is #7ee450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ee450


Comments

No comments written yet.

Please login to write comment.