Color Hex Logo

#8fa885 Color Hex

#8FA885
(143,168,133)
0 Favorites   0 Comments

Color spaces of #8fa885

RGB 143168133
HSL0.290.170.59
HSV103°21°66°
CMYK 0.150.000.21   0.34
XYZ29.564035.538427.4917
Yxy35.53840.31930.3838
Hunter Lab59.6141-15.802414.3876
CIE-Lab66.1657-15.387415.2563

#8fa885 color RGB value is (143,168,133).

#8fa885 hex color red value is 143, green value is 168 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #8fa885 hue: 0.29 , saturation: 0.17 and the lightness value of 8fa885 is 0.59.

The process color (four color CMYK) of #8fa885 color hex is 0.15, 0.00, 0.21, 0.34. Web safe color of #8fa885 is #999999. Color #8fa885 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101000 10000101
Octal 217 250 205
Decimal 143 168 133
Hex 8F A8 85

RGB Percentages of Color #8fa885

%32.21
%37.84
%29.95

CMYK Percentages of Color #8fa885

%15
%0
%21
%34

Triadic Colors of #8fa885

#8fa885 #858fa8 #a8858f

Analogous Colors of #8fa885

#8fa885 #85a88d #a1a885

Monochromatic Colors of #8fa885

#8fa885

Complementary Color

#8fa885 #9e85a8

#8fa885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fa885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fa885 Color CSS Codes

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

#8fa885 Text Font Color

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

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


#8fa885 Background Color

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

This div background color is #8fa885


#8fa885 Border Color

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

This div border color is #8fa885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fa885


Comments

No comments written yet.

Please login to write comment.