Color Hex Logo

#8f886d Color Hex

#8F886D
(143,136,109)
0 Favorites   0 Comments

Color spaces of #8f886d

RGB 143136109
HSL0.130.130.49
HSV48°24°56°
CMYK 0.000.050.24   0.44
XYZ22.892224.552118.0005
Yxy24.55210.34980.3752
Hunter Lab49.5501-4.245413.1462
CIE-Lab56.6364-1.997615.4682

#8f886d color RGB value is (143,136,109).

#8f886d hex color red value is 143, green value is 136 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #8f886d hue: 0.13 , saturation: 0.13 and the lightness value of 8f886d is 0.49.

The process color (four color CMYK) of #8f886d color hex is 0.00, 0.05, 0.24, 0.44. Web safe color of #8f886d is #999966. Color #8f886d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10001000 01101101
Octal 217 210 155
Decimal 143 136 109
Hex 8F 88 6D

RGB Percentages of Color #8f886d

%36.86
%35.05
%28.09

CMYK Percentages of Color #8f886d

%0
%5
%24
%44

Triadic Colors of #8f886d

#8f886d #6d8f88 #886d8f

Analogous Colors of #8f886d

#8f886d #858f6d #8f776d

Monochromatic Colors of #8f886d

#8f886d

Complementary Color

#8f886d #6d748f

#8f886d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f886d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f886d Color CSS Codes

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

#8f886d Text Font Color

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

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


#8f886d Background Color

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

This div background color is #8f886d


#8f886d Border Color

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

This div border color is #8f886d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f886d


Comments

No comments written yet.

Please login to write comment.