Color Hex Logo

#7faa7e Color Hex

#7FAA7E
(127,170,126)
0 Favorites   0 Comments

Color spaces of #7faa7e

RGB 127170126
HSL0.330.210.58
HSV119°26°67°
CMYK 0.250.000.26   0.33
XYZ26.893034.767825.0321
Yxy34.76780.31020.4010
Hunter Lab58.9642-21.775316.1046
CIE-Lab65.5675-23.334818.1130

#7faa7e color RGB value is (127,170,126).

#7faa7e hex color red value is 127, green value is 170 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #7faa7e hue: 0.33 , saturation: 0.21 and the lightness value of 7faa7e is 0.58.

The process color (four color CMYK) of #7faa7e color hex is 0.25, 0.00, 0.26, 0.33. Web safe color of #7faa7e is #669966. Color #7faa7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 01111110
Octal 177 252 176
Decimal 127 170 126
Hex 7F AA 7E

RGB Percentages of Color #7faa7e

%30.02
%40.19
%29.79

CMYK Percentages of Color #7faa7e

%25
%0
%26
%33

Triadic Colors of #7faa7e

#7faa7e #7e7faa #aa7e7f

Analogous Colors of #7faa7e

#7faa7e #7eaa93 #95aa7e

Monochromatic Colors of #7faa7e

#7faa7e

Complementary Color

#7faa7e #a97eaa

#7faa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faa7e Color CSS Codes

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

#7faa7e Text Font Color

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

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


#7faa7e Background Color

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

This div background color is #7faa7e


#7faa7e Border Color

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

This div border color is #7faa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faa7e


Comments

No comments written yet.

Please login to write comment.