Color Hex Logo

#8a694e Color Hex

#8A694E
(138,105,78)
0 Favorites   0 Comments

Color spaces of #8a694e

RGB 13810578
HSL0.080.280.42
HSV27°43°54°
CMYK 0.000.240.43   0.46
XYZ16.908016.05659.4158
Yxy16.05650.39900.3789
Hunter Lab40.07065.195614.1174
CIE-Lab47.04859.443020.2616

#8a694e color RGB value is (138,105,78).

#8a694e hex color red value is 138, green value is 105 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #8a694e hue: 0.08 , saturation: 0.28 and the lightness value of 8a694e is 0.42.

The process color (four color CMYK) of #8a694e color hex is 0.00, 0.24, 0.43, 0.46. Web safe color of #8a694e is #996666. Color #8a694e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01101001 01001110
Octal 212 151 116
Decimal 138 105 78
Hex 8A 69 4E

RGB Percentages of Color #8a694e

%42.99
%32.71
%24.30

CMYK Percentages of Color #8a694e

%0
%24
%43
%46

Triadic Colors of #8a694e

#8a694e #4e8a69 #694e8a

Analogous Colors of #8a694e

#8a694e #8a874e #8a4e51

Monochromatic Colors of #8a694e

#8a694e

Complementary Color

#8a694e #4e6f8a

#8a694e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a694e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a694e Color CSS Codes

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

#8a694e Text Font Color

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

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


#8a694e Background Color

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

This div background color is #8a694e


#8a694e Border Color

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

This div border color is #8a694e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,105,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 #8a694e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a694e


Comments

No comments written yet.

Please login to write comment.