Color Hex Logo

#8faa89 Color Hex

#8FAA89
(143,170,137)
0 Favorites   0 Comments

Color spaces of #8faa89

RGB 143170137
HSL0.300.160.60
HSV109°19°67°
CMYK 0.160.000.19   0.33
XYZ30.217836.395229.0992
Yxy36.39520.31570.3803
Hunter Lab60.3284-16.166213.6316
CIE-Lab66.8208-15.731813.9684

#8faa89 color RGB value is (143,170,137).

#8faa89 hex color red value is 143, green value is 170 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #8faa89 hue: 0.30 , saturation: 0.16 and the lightness value of 8faa89 is 0.60.

The process color (four color CMYK) of #8faa89 color hex is 0.16, 0.00, 0.19, 0.33. Web safe color of #8faa89 is #999999. Color #8faa89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101010 10001001
Octal 217 252 211
Decimal 143 170 137
Hex 8F AA 89

RGB Percentages of Color #8faa89

%31.78
%37.78
%30.44

CMYK Percentages of Color #8faa89

%16
%0
%19
%33

Triadic Colors of #8faa89

#8faa89 #898faa #aa898f

Analogous Colors of #8faa89

#8faa89 #89aa94 #a0aa89

Monochromatic Colors of #8faa89

#8faa89

Complementary Color

#8faa89 #a489aa

#8faa89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faa89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faa89 Color CSS Codes

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

#8faa89 Text Font Color

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

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


#8faa89 Background Color

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

This div background color is #8faa89


#8faa89 Border Color

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

This div border color is #8faa89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faa89


Comments

No comments written yet.

Please login to write comment.