Color Hex Logo

#a8ad7a Color Hex

#A8AD7A
(168,173,122)
0 Favorites   0 Comments

Color spaces of #a8ad7a

RGB 168173122
HSL0.180.240.58
HSV66°29°68°
CMYK 0.030.000.29   0.32
XYZ34.604939.617124.2353
Yxy39.61710.35150.4024
Hunter Lab62.9421-12.011321.2304
CIE-Lab69.1959-10.195225.6830

#a8ad7a color RGB value is (168,173,122).

#a8ad7a hex color red value is 168, green value is 173 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #a8ad7a hue: 0.18 , saturation: 0.24 and the lightness value of a8ad7a is 0.58.

The process color (four color CMYK) of #a8ad7a color hex is 0.03, 0.00, 0.29, 0.32. Web safe color of #a8ad7a is #999966. Color #a8ad7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101101 01111010
Octal 250 255 172
Decimal 168 173 122
Hex A8 AD 7A

RGB Percentages of Color #a8ad7a

%36.29
%37.37
%26.35

CMYK Percentages of Color #a8ad7a

%3
%0
%29
%32

Triadic Colors of #a8ad7a

#a8ad7a #7aa8ad #ad7aa8

Analogous Colors of #a8ad7a

#a8ad7a #8fad7a #ad997a

Monochromatic Colors of #a8ad7a

#a8ad7a

Complementary Color

#a8ad7a #7f7aad

#a8ad7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ad7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ad7a Color CSS Codes

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

#a8ad7a Text Font Color

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

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


#a8ad7a Background Color

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

This div background color is #a8ad7a


#a8ad7a Border Color

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

This div border color is #a8ad7a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,173,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8ad7a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8ad7a;
  -webkit-box-shadow: 1px 1px 3px 2px #a8ad7a;
  box-shadow:         1px 1px 3px 2px #a8ad7a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,173,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ad7a


Comments

No comments written yet.

Please login to write comment.