Color Hex Logo

#8a995e Color Hex

#8A995E
(138,153,94)
0 Favorites   0 Comments

Color spaces of #8a995e

RGB 13815394
HSL0.210.240.48
HSV75°39°60°
CMYK 0.100.000.39   0.40
XYZ23.892828.993914.9268
Yxy28.99390.35230.4276
Hunter Lab53.8460-15.025621.2562
CIE-Lab60.7762-15.373829.2475

#8a995e color RGB value is (138,153,94).

#8a995e hex color red value is 138, green value is 153 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #8a995e hue: 0.21 , saturation: 0.24 and the lightness value of 8a995e is 0.48.

The process color (four color CMYK) of #8a995e color hex is 0.10, 0.00, 0.39, 0.40. Web safe color of #8a995e is #999966. Color #8a995e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10011001 01011110
Octal 212 231 136
Decimal 138 153 94
Hex 8A 99 5E

RGB Percentages of Color #8a995e

%35.84
%39.74
%24.42

CMYK Percentages of Color #8a995e

%10
%0
%39
%40

Triadic Colors of #8a995e

#8a995e #5e8a99 #995e8a

Analogous Colors of #8a995e

#8a995e #6d995e #998b5e

Monochromatic Colors of #8a995e

#8a995e

Complementary Color

#8a995e #6d5e99

#8a995e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a995e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a995e Color CSS Codes

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

#8a995e Text Font Color

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

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


#8a995e Background Color

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

This div background color is #8a995e


#8a995e Border Color

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

This div border color is #8a995e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,153,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a995e


Comments

No comments written yet.

Please login to write comment.