Color Hex Logo

#7ee065 Color Hex

#7EE065
(126,224,101)
0 Favorites   0 Comments

Color spaces of #7ee065

RGB 126224101
HSL0.300.660.64
HSV108°55°88°
CMYK 0.440.000.55   0.12
XYZ37.608858.686521.6574
Yxy58.68650.31880.4975
Hunter Lab76.6071-46.431336.8633
CIE-Lab81.1190-51.542250.6996

#7ee065 color RGB value is (126,224,101).

#7ee065 hex color red value is 126, green value is 224 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #7ee065 hue: 0.30 , saturation: 0.66 and the lightness value of 7ee065 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11100000 01100101
Octal 176 340 145
Decimal 126 224 101
Hex 7E E0 65

RGB Percentages of Color #7ee065

%27.94
%49.67
%22.39

CMYK Percentages of Color #7ee065

%44
%0
%55
%12

Triadic Colors of #7ee065

#7ee065 #657ee0 #e0657e

Analogous Colors of #7ee065

#7ee065 #65e08a #bce065

Monochromatic Colors of #7ee065

#7ee065

Complementary Color

#7ee065 #c765e0

#7ee065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ee065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ee065 Color CSS Codes

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

#7ee065 Text Font Color

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

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


#7ee065 Background Color

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

This div background color is #7ee065


#7ee065 Border Color

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

This div border color is #7ee065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ee065


Comments

No comments written yet.

Please login to write comment.