Color Hex Logo

#8fab7e Color Hex

#8FAB7E
(143,171,126)
0 Favorites   0 Comments

Color spaces of #8fab7e

RGB 143171126
HSL0.270.210.58
HSV97°26°67°
CMYK 0.160.000.26   0.33
XYZ29.656536.471825.2154
Yxy36.47180.32470.3993
Hunter Lab60.3919-18.030217.5190
CIE-Lab66.8789-18.108320.0757

#8fab7e color RGB value is (143,171,126).

#8fab7e hex color red value is 143, green value is 171 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #8fab7e hue: 0.27 , saturation: 0.21 and the lightness value of 8fab7e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101011 01111110
Octal 217 253 176
Decimal 143 171 126
Hex 8F AB 7E

RGB Percentages of Color #8fab7e

%32.50
%38.86
%28.64

CMYK Percentages of Color #8fab7e

%16
%0
%26
%33

Triadic Colors of #8fab7e

#8fab7e #7e8fab #ab7e8f

Analogous Colors of #8fab7e

#8fab7e #7eab84 #a6ab7e

Monochromatic Colors of #8fab7e

#8fab7e

Complementary Color

#8fab7e #9a7eab

#8fab7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fab7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fab7e Color CSS Codes

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

#8fab7e Text Font Color

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

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


#8fab7e Background Color

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

This div background color is #8fab7e


#8fab7e Border Color

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

This div border color is #8fab7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,171,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 #8fab7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fab7e


Comments

No comments written yet.

Please login to write comment.