Color Hex Logo

#8e654e Color Hex

#8E654E
(142,101,78)
0 Favorites   0 Comments

Color spaces of #8e654e

RGB 14210178
HSL0.060.290.43
HSV22°45°56°
CMYK 0.000.290.45   0.44
XYZ17.184215.60829.3147
Yxy15.60820.40810.3707
Hunter Lab39.50728.503413.6761
CIE-Lab46.456213.519019.5580

#8e654e color RGB value is (142,101,78).

#8e654e hex color red value is 142, green value is 101 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #8e654e hue: 0.06 , saturation: 0.29 and the lightness value of 8e654e is 0.43.

The process color (four color CMYK) of #8e654e color hex is 0.00, 0.29, 0.45, 0.44. Web safe color of #8e654e is #996666. Color #8e654e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01100101 01001110
Octal 216 145 116
Decimal 142 101 78
Hex 8E 65 4E

RGB Percentages of Color #8e654e

%44.24
%31.46
%24.30

CMYK Percentages of Color #8e654e

%0
%29
%45
%44

Triadic Colors of #8e654e

#8e654e #4e8e65 #654e8e

Analogous Colors of #8e654e

#8e654e #8e854e #8e4e57

Monochromatic Colors of #8e654e

#8e654e

Complementary Color

#8e654e #4e778e

#8e654e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e654e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e654e Color CSS Codes

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

#8e654e Text Font Color

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

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


#8e654e Background Color

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

This div background color is #8e654e


#8e654e Border Color

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

This div border color is #8e654e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,101,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8e654e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8e654e;
  -webkit-box-shadow: 1px 1px 3px 2px #8e654e;
  box-shadow:         1px 1px 3px 2px #8e654e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,101,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e654e


Comments

No comments written yet.

Please login to write comment.