Color Hex Logo

#7ea195 Color Hex

#7EA195
(126,161,149)
0 Favorites   0 Comments

Color spaces of #7ea195

RGB 126161149
HSL0.440.160.56
HSV159°22°63°
CMYK 0.220.000.07   0.37
XYZ26.773932.095333.2176
Yxy32.09530.29070.3485
Hunter Lab56.6527-14.78374.8930
CIE-Lab63.4216-14.57052.2962

#7ea195 color RGB value is (126,161,149).

#7ea195 hex color red value is 126, green value is 161 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #7ea195 hue: 0.44 , saturation: 0.16 and the lightness value of 7ea195 is 0.56.

The process color (four color CMYK) of #7ea195 color hex is 0.22, 0.00, 0.07, 0.37. Web safe color of #7ea195 is #669999. Color #7ea195 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10100001 10010101
Octal 176 241 225
Decimal 126 161 149
Hex 7E A1 95

RGB Percentages of Color #7ea195

%28.90
%36.93
%34.17

CMYK Percentages of Color #7ea195

%22
%0
%7
%37

Triadic Colors of #7ea195

#7ea195 #957ea1 #a1957e

Analogous Colors of #7ea195

#7ea195 #7e9ca1 #7ea184

Monochromatic Colors of #7ea195

#7ea195

Complementary Color

#7ea195 #a17e8a

#7ea195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ea195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ea195 Color CSS Codes

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

#7ea195 Text Font Color

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

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


#7ea195 Background Color

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

This div background color is #7ea195


#7ea195 Border Color

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

This div border color is #7ea195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ea195


Comments

No comments written yet.

Please login to write comment.