Color Hex Logo

#8f995e Color Hex

#8F995E
(143,153,94)
0 Favorites   0 Comments

Color spaces of #8f995e

RGB 14315394
HSL0.190.240.48
HSV70°39°60°
CMYK 0.070.000.39   0.40
XYZ24.739329.430314.9664
Yxy29.43030.35780.4257
Hunter Lab54.2497-13.536221.6179
CIE-Lab61.1595-13.342429.8172

#8f995e color RGB value is (143,153,94).

#8f995e hex color red value is 143, green value is 153 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #8f995e hue: 0.19 , saturation: 0.24 and the lightness value of 8f995e is 0.48.

The process color (four color CMYK) of #8f995e color hex is 0.07, 0.00, 0.39, 0.40. Web safe color of #8f995e is #999966. Color #8f995e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10011001 01011110
Octal 217 231 136
Decimal 143 153 94
Hex 8F 99 5E

RGB Percentages of Color #8f995e

%36.67
%39.23
%24.10

CMYK Percentages of Color #8f995e

%7
%0
%39
%40

Triadic Colors of #8f995e

#8f995e #5e8f99 #995e8f

Analogous Colors of #8f995e

#8f995e #72995e #99865e

Monochromatic Colors of #8f995e

#8f995e

Complementary Color

#8f995e #685e99

#8f995e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f995e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f995e Color CSS Codes

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

#8f995e Text Font Color

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

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


#8f995e Background Color

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

This div background color is #8f995e


#8f995e Border Color

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

This div border color is #8f995e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f995e


Comments

No comments written yet.

Please login to write comment.