Color Hex Logo

#7ec449 Color Hex

#7EC449
(126,196,73)
0 Favorites   0 Comments

Color spaces of #7ec449

RGB 12619673
HSL0.260.510.53
HSV94°63°77°
CMYK 0.360.000.63   0.23
XYZ29.546744.396513.3154
Yxy44.39650.33860.5088
Hunter Lab66.6307-37.449734.7930
CIE-Lab72.4927-42.725153.3014

#7ec449 color RGB value is (126,196,73).

#7ec449 hex color red value is 126, green value is 196 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #7ec449 hue: 0.26 , saturation: 0.51 and the lightness value of 7ec449 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11000100 01001001
Octal 176 304 111
Decimal 126 196 73
Hex 7E C4 49

RGB Percentages of Color #7ec449

%31.90
%49.62
%18.48

CMYK Percentages of Color #7ec449

%36
%0
%63
%23

Triadic Colors of #7ec449

#7ec449 #497ec4 #c4497e

Analogous Colors of #7ec449

#7ec449 #49c451 #bcc449

Monochromatic Colors of #7ec449

#7ec449

Complementary Color

#7ec449 #8f49c4

#7ec449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec449 Color CSS Codes

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

#7ec449 Text Font Color

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

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


#7ec449 Background Color

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

This div background color is #7ec449


#7ec449 Border Color

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

This div border color is #7ec449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec449


Comments

No comments written yet.

Please login to write comment.