Color Hex Logo

#8e661d Color Hex

#8E661D
(142,102,29)
0 Favorites   0 Comments

Color spaces of #8e661d

RGB 14210229
HSL0.110.660.34
HSV39°80°56°
CMYK 0.000.280.80   0.44
XYZ16.128515.34223.2737
Yxy15.34220.46420.4416
Hunter Lab39.16914.954222.4630
CIE-Lab46.09949.144644.8775

#8e661d color RGB value is (142,102,29).

#8e661d hex color red value is 142, green value is 102 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #8e661d hue: 0.11 , saturation: 0.66 and the lightness value of 8e661d is 0.34.

The process color (four color CMYK) of #8e661d color hex is 0.00, 0.28, 0.80, 0.44. Web safe color of #8e661d is #996633. Color #8e661d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01100110 00011101
Octal 216 146 35
Decimal 142 102 29
Hex 8E 66 1D

RGB Percentages of Color #8e661d

%52.01
%37.36
%10.62

CMYK Percentages of Color #8e661d

%0
%28
%80
%44

Triadic Colors of #8e661d

#8e661d #1d8e66 #661d8e

Analogous Colors of #8e661d

#8e661d #7e8e1d #8e2e1d

Monochromatic Colors of #8e661d

#8e661d

Complementary Color

#8e661d #1d458e

#8e661d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e661d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e661d Color CSS Codes

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

#8e661d Text Font Color

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

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


#8e661d Background Color

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

This div background color is #8e661d


#8e661d Border Color

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

This div border color is #8e661d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e661d


Comments

No comments written yet.

Please login to write comment.