Color Hex Logo

#8faf7e Color Hex

#8FAF7E
(143,175,126)
0 Favorites   0 Comments

Color spaces of #8faf7e

RGB 143175126
HSL0.280.230.59
HSV99°28°69°
CMYK 0.180.000.28   0.31
XYZ30.423638.005925.4711
Yxy38.00590.32400.4047
Hunter Lab61.6489-19.796318.6578
CIE-Lab68.0250-20.149321.6380

#8faf7e color RGB value is (143,175,126).

#8faf7e hex color red value is 143, green value is 175 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #8faf7e hue: 0.28 , saturation: 0.23 and the lightness value of 8faf7e is 0.59.

The process color (four color CMYK) of #8faf7e color hex is 0.18, 0.00, 0.28, 0.31. Web safe color of #8faf7e is #999966. Color #8faf7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101111 01111110
Octal 217 257 176
Decimal 143 175 126
Hex 8F AF 7E

RGB Percentages of Color #8faf7e

%32.21
%39.41
%28.38

CMYK Percentages of Color #8faf7e

%18
%0
%28
%31

Triadic Colors of #8faf7e

#8faf7e #7e8faf #af7e8f

Analogous Colors of #8faf7e

#8faf7e #7eaf86 #a8af7e

Monochromatic Colors of #8faf7e

#8faf7e

Complementary Color

#8faf7e #9e7eaf

#8faf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faf7e Color CSS Codes

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

#8faf7e Text Font Color

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

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


#8faf7e Background Color

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

This div background color is #8faf7e


#8faf7e Border Color

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

This div border color is #8faf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faf7e


Comments

No comments written yet.

Please login to write comment.