Color Hex Logo

#8a891d Color Hex

#8A891D
(138,137,29)
0 Favorites   0 Comments

Color spaces of #8a891d

RGB 13813729
HSL0.170.650.33
HSV59°79°54°
CMYK 0.000.010.79   0.46
XYZ19.648723.38334.6402
Yxy23.38330.41220.4905
Hunter Lab48.3563-12.093228.1600
CIE-Lab55.4650-12.395153.3565

#8a891d color RGB value is (138,137,29).

#8a891d hex color red value is 138, green value is 137 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #8a891d hue: 0.17 , saturation: 0.65 and the lightness value of 8a891d is 0.33.

The process color (four color CMYK) of #8a891d color hex is 0.00, 0.01, 0.79, 0.46. Web safe color of #8a891d is #999933. Color #8a891d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10001001 00011101
Octal 212 211 35
Decimal 138 137 29
Hex 8A 89 1D

RGB Percentages of Color #8a891d

%45.39
%45.07
%9.54

CMYK Percentages of Color #8a891d

%0
%1
%79
%46

Triadic Colors of #8a891d

#8a891d #1d8a89 #891d8a

Analogous Colors of #8a891d

#8a891d #558a1d #8a531d

Monochromatic Colors of #8a891d

#8a891d

Complementary Color

#8a891d #1d1e8a

#8a891d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a891d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a891d Color CSS Codes

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

#8a891d Text Font Color

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

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


#8a891d Background Color

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

This div background color is #8a891d


#8a891d Border Color

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

This div border color is #8a891d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a891d


Comments

No comments written yet.

Please login to write comment.