Color Hex Logo

#7eac9e Color Hex

#7EAC9E
(126,172,158)
0 Favorites   0 Comments

Color spaces of #7eac9e

RGB 126172158
HSL0.450.220.58
HSV162°27°67°
CMYK 0.270.000.08   0.33
XYZ29.528336.409337.8191
Yxy36.40930.28460.3509
Hunter Lab60.3401-18.24375.0772
CIE-Lab66.8315-18.39352.2253

#7eac9e color RGB value is (126,172,158).

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

The process color (four color CMYK) of #7eac9e color hex is 0.27, 0.00, 0.08, 0.33. Web safe color of #7eac9e is #669999. Color #7eac9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101100 10011110
Octal 176 254 236
Decimal 126 172 158
Hex 7E AC 9E

RGB Percentages of Color #7eac9e

%27.63
%37.72
%34.65

CMYK Percentages of Color #7eac9e

%27
%0
%8
%33

Triadic Colors of #7eac9e

#7eac9e #9e7eac #ac9e7e

Analogous Colors of #7eac9e

#7eac9e #7ea3ac #7eac87

Monochromatic Colors of #7eac9e

#7eac9e

Complementary Color

#7eac9e #ac7e8c

#7eac9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eac9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eac9e Color CSS Codes

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

#7eac9e Text Font Color

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

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


#7eac9e Background Color

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

This div background color is #7eac9e


#7eac9e Border Color

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

This div border color is #7eac9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eac9e


Comments

No comments written yet.

Please login to write comment.