Color Hex Logo

#8e683a Color Hex

#8E683A
(142,104,58)
0 Favorites   0 Comments

Color spaces of #8e683a

RGB 14210458
HSL0.090.420.39
HSV33°59°56°
CMYK 0.000.270.59   0.44
XYZ16.869415.95696.1939
Yxy15.95690.43230.4089
Hunter Lab39.94615.475618.7690
CIE-Lab46.91799.791931.5605

#8e683a color RGB value is (142,104,58).

#8e683a hex color red value is 142, green value is 104 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #8e683a hue: 0.09 , saturation: 0.42 and the lightness value of 8e683a is 0.39.

The process color (four color CMYK) of #8e683a color hex is 0.00, 0.27, 0.59, 0.44. Web safe color of #8e683a is #996633. Color #8e683a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01101000 00111010
Octal 216 150 72
Decimal 142 104 58
Hex 8E 68 3A

RGB Percentages of Color #8e683a

%46.71
%34.21
%19.08

CMYK Percentages of Color #8e683a

%0
%27
%59
%44

Triadic Colors of #8e683a

#8e683a #3a8e68 #683a8e

Analogous Colors of #8e683a

#8e683a #8a8e3a #8e3e3a

Monochromatic Colors of #8e683a

#8e683a

Complementary Color

#8e683a #3a608e

#8e683a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e683a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e683a Color CSS Codes

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

#8e683a Text Font Color

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

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


#8e683a Background Color

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

This div background color is #8e683a


#8e683a Border Color

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

This div border color is #8e683a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e683a


Comments

No comments written yet.

Please login to write comment.