Color Hex Logo

#7ec565 Color Hex

#7EC565
(126,197,101)
0 Favorites   0 Comments

Color spaces of #7ec565

RGB 126197101
HSL0.290.450.58
HSV104°49°77°
CMYK 0.360.000.49   0.23
XYZ30.919445.307719.4276
Yxy45.30770.32320.4737
Hunter Lab67.3110-35.800030.0052
CIE-Lab73.0940-40.150841.0161

#7ec565 color RGB value is (126,197,101).

#7ec565 hex color red value is 126, green value is 197 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #7ec565 hue: 0.29 , saturation: 0.45 and the lightness value of 7ec565 is 0.58.

The process color (four color CMYK) of #7ec565 color hex is 0.36, 0.00, 0.49, 0.23. Web safe color of #7ec565 is #66cc66. Color #7ec565 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11000101 01100101
Octal 176 305 145
Decimal 126 197 101
Hex 7E C5 65

RGB Percentages of Color #7ec565

%29.72
%46.46
%23.82

CMYK Percentages of Color #7ec565

%36
%0
%49
%23

Triadic Colors of #7ec565

#7ec565 #657ec5 #c5657e

Analogous Colors of #7ec565

#7ec565 #65c57c #aec565

Monochromatic Colors of #7ec565

#7ec565

Complementary Color

#7ec565 #ac65c5

#7ec565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec565 Color CSS Codes

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

#7ec565 Text Font Color

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

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


#7ec565 Background Color

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

This div background color is #7ec565


#7ec565 Border Color

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

This div border color is #7ec565


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,197,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 #7ec565">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec565


Comments

No comments written yet.

Please login to write comment.