Color Hex Logo

#7ea49f Color Hex

#7EA49F
(126,164,159)
0 Favorites   0 Comments

Color spaces of #7ea49f

RGB 126164159
HSL0.480.170.57
HSV172°23°64°
CMYK 0.230.000.03   0.36
XYZ28.137733.489737.7820
Yxy33.48970.28300.3369
Hunter Lab57.8703-14.48271.8003
CIE-Lab64.5555-13.9847-1.6529

#7ea49f color RGB value is (126,164,159).

#7ea49f hex color red value is 126, green value is 164 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #7ea49f hue: 0.48 , saturation: 0.17 and the lightness value of 7ea49f is 0.57.

The process color (four color CMYK) of #7ea49f color hex is 0.23, 0.00, 0.03, 0.36. Web safe color of #7ea49f is #669999. Color #7ea49f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10100100 10011111
Octal 176 244 237
Decimal 126 164 159
Hex 7E A4 9F

RGB Percentages of Color #7ea49f

%28.06
%36.53
%35.41

CMYK Percentages of Color #7ea49f

%23
%0
%3
%36

Triadic Colors of #7ea49f

#7ea49f #9f7ea4 #a49f7e

Analogous Colors of #7ea49f

#7ea49f #7e96a4 #7ea48c

Monochromatic Colors of #7ea49f

#7ea49f

Complementary Color

#7ea49f #a47e83

#7ea49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ea49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ea49f Color CSS Codes

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

#7ea49f Text Font Color

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

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


#7ea49f Background Color

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

This div background color is #7ea49f


#7ea49f Border Color

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

This div border color is #7ea49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ea49f


Comments

No comments written yet.

Please login to write comment.