Color Hex Logo

#8faa78 Color Hex

#8FAA78
(143,170,120)
0 Favorites   0 Comments

Color spaces of #8faa78

RGB 143170120
HSL0.260.230.57
HSV92°29°67°
CMYK 0.160.000.29   0.33
XYZ29.092635.945223.1741
Yxy35.94520.32980.4075
Hunter Lab59.9543-18.303619.0507
CIE-Lab66.4780-18.543822.7925

#8faa78 color RGB value is (143,170,120).

#8faa78 hex color red value is 143, green value is 170 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #8faa78 hue: 0.26 , saturation: 0.23 and the lightness value of 8faa78 is 0.57.

The process color (four color CMYK) of #8faa78 color hex is 0.16, 0.00, 0.29, 0.33. Web safe color of #8faa78 is #999966. Color #8faa78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101010 01111000
Octal 217 252 170
Decimal 143 170 120
Hex 8F AA 78

RGB Percentages of Color #8faa78

%33.03
%39.26
%27.71

CMYK Percentages of Color #8faa78

%16
%0
%29
%33

Triadic Colors of #8faa78

#8faa78 #788faa #aa788f

Analogous Colors of #8faa78

#8faa78 #78aa7a #a8aa78

Monochromatic Colors of #8faa78

#8faa78

Complementary Color

#8faa78 #9378aa

#8faa78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faa78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faa78 Color CSS Codes

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

#8faa78 Text Font Color

<p style="color:#8faa78">Text here</p>

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


#8faa78 Background Color

<div style="background-color:#8faa78">
Div content here</div>

This div background color is #8faa78


#8faa78 Border Color

<div style="border:3px solid #8faa78">
Div here</div>

This div border color is #8faa78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,170,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8faa78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8faa78;
  -webkit-box-shadow: 1px 1px 3px 2px #8faa78;
  box-shadow:         1px 1px 3px 2px #8faa78; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faa78


Comments

No comments written yet.

Please login to write comment.