Color Hex Logo

#7faa8d Color Hex

#7FAA8D
(127,170,141)
0 Favorites   0 Comments

Color spaces of #7faa8d

RGB 127170141
HSL0.390.200.58
HSV140°25°67°
CMYK 0.250.000.17   0.33
XYZ27.934835.184630.5183
Yxy35.18460.29830.3758
Hunter Lab59.3166-19.740611.0170
CIE-Lab65.8921-20.549110.3063

#7faa8d color RGB value is (127,170,141).

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

The process color (four color CMYK) of #7faa8d color hex is 0.25, 0.00, 0.17, 0.33. Web safe color of #7faa8d is #669999. Color #7faa8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 10001101
Octal 177 252 215
Decimal 127 170 141
Hex 7F AA 8D

RGB Percentages of Color #7faa8d

%29.00
%38.81
%32.19

CMYK Percentages of Color #7faa8d

%25
%0
%17
%33

Triadic Colors of #7faa8d

#7faa8d #8d7faa #aa8d7f

Analogous Colors of #7faa8d

#7faa8d #7faaa3 #87aa7f

Monochromatic Colors of #7faa8d

#7faa8d

Complementary Color

#7faa8d #aa7f9c

#7faa8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faa8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faa8d Color CSS Codes

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

#7faa8d Text Font Color

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

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


#7faa8d Background Color

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

This div background color is #7faa8d


#7faa8d Border Color

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

This div border color is #7faa8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faa8d


Comments

No comments written yet.

Please login to write comment.