Color Hex Logo

#a9bd78 Color Hex

#A9BD78
(169,189,120)
0 Favorites   0 Comments

Color spaces of #a9bd78

RGB 169189120
HSL0.210.340.61
HSV77°37°74°
CMYK 0.110.000.37   0.26
XYZ37.949946.186324.6840
Yxy46.18630.34870.4244
Hunter Lab67.9605-19.254526.0376
CIE-Lab73.6663-18.312032.6470

#a9bd78 color RGB value is (169,189,120).

#a9bd78 hex color red value is 169, green value is 189 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a9bd78 hue: 0.21 , saturation: 0.34 and the lightness value of a9bd78 is 0.61.

The process color (four color CMYK) of #a9bd78 color hex is 0.11, 0.00, 0.37, 0.26. Web safe color of #a9bd78 is #99cc66. Color #a9bd78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111101 01111000
Octal 251 275 170
Decimal 169 189 120
Hex A9 BD 78

RGB Percentages of Color #a9bd78

%35.36
%39.54
%25.10

CMYK Percentages of Color #a9bd78

%11
%0
%37
%26

Triadic Colors of #a9bd78

#a9bd78 #78a9bd #bd78a9

Analogous Colors of #a9bd78

#a9bd78 #87bd78 #bdaf78

Monochromatic Colors of #a9bd78

#a9bd78

Complementary Color

#a9bd78 #8c78bd

#a9bd78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bd78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bd78 Color CSS Codes

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

#a9bd78 Text Font Color

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

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


#a9bd78 Background Color

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

This div background color is #a9bd78


#a9bd78 Border Color

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

This div border color is #a9bd78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,189,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a9bd78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a9bd78;
  -webkit-box-shadow: 1px 1px 3px 2px #a9bd78;
  box-shadow:         1px 1px 3px 2px #a9bd78; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,189,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bd78


Comments

No comments written yet.

Please login to write comment.