Color Hex Logo

#9a8c7d Color Hex

#9A8C7D
(154,140,125)
0 Favorites   0 Comments

Color spaces of #9a8c7d

RGB 154140125
HSL0.090.130.55
HSV31°19°60°
CMYK 0.000.090.19   0.40
XYZ26.406227.106923.2424
Yxy27.10690.34400.3532
Hunter Lab52.0643-0.58019.9769
CIE-Lab59.07312.66549.9083

#9a8c7d color RGB value is (154,140,125).

#9a8c7d hex color red value is 154, green value is 140 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #9a8c7d hue: 0.09 , saturation: 0.13 and the lightness value of 9a8c7d is 0.55.

The process color (four color CMYK) of #9a8c7d color hex is 0.00, 0.09, 0.19, 0.40. Web safe color of #9a8c7d is #999966. Color #9a8c7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10001100 01111101
Octal 232 214 175
Decimal 154 140 125
Hex 9A 8C 7D

RGB Percentages of Color #9a8c7d

%36.75
%33.41
%29.83

CMYK Percentages of Color #9a8c7d

%0
%9
%19
%40

Triadic Colors of #9a8c7d

#9a8c7d #7d9a8c #8c7d9a

Analogous Colors of #9a8c7d

#9a8c7d #9a9a7d #9a7e7d

Monochromatic Colors of #9a8c7d

#9a8c7d

Complementary Color

#9a8c7d #7d8b9a

#9a8c7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a8c7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a8c7d Color CSS Codes

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

#9a8c7d Text Font Color

<p style="color:#9a8c7d">Text here</p>

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


#9a8c7d Background Color

<div style="background-color:#9a8c7d">
Div content here</div>

This div background color is #9a8c7d


#9a8c7d Border Color

<div style="border:3px solid #9a8c7d">
Div here</div>

This div border color is #9a8c7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,140,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a8c7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a8c7d;
  -webkit-box-shadow: 1px 1px 3px 2px #9a8c7d;
  box-shadow:         1px 1px 3px 2px #9a8c7d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,140,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a8c7d


Comments

No comments written yet.

Please login to write comment.