Color Hex Logo

#a9beaa Color Hex

#A9BEAA
(169,190,170)
0 Favorites   0 Comments

Color spaces of #a9beaa

RGB 169190170
HSL0.340.140.70
HSV123°11°75°
CMYK 0.110.000.11   0.25
XYZ42.031348.164245.1115
Yxy48.16420.31060.3560
Hunter Lab69.4004-13.345010.0408
CIE-Lab74.9284-11.00017.6749

#a9beaa color RGB value is (169,190,170).

#a9beaa hex color red value is 169, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a9beaa hue: 0.34 , saturation: 0.14 and the lightness value of a9beaa is 0.70.

The process color (four color CMYK) of #a9beaa color hex is 0.11, 0.00, 0.11, 0.25. Web safe color of #a9beaa is #99cc99. Color #a9beaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111110 10101010
Octal 251 276 252
Decimal 169 190 170
Hex A9 BE AA

RGB Percentages of Color #a9beaa

%31.95
%35.92
%32.14

CMYK Percentages of Color #a9beaa

%11
%0
%11
%25

Triadic Colors of #a9beaa

#a9beaa #aaa9be #beaaa9

Analogous Colors of #a9beaa

#a9beaa #a9beb5 #b3bea9

Monochromatic Colors of #a9beaa

#a9beaa

Complementary Color

#a9beaa #bea9bd

#a9beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9beaa Color CSS Codes

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

#a9beaa Text Font Color

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

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


#a9beaa Background Color

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

This div background color is #a9beaa


#a9beaa Border Color

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

This div border color is #a9beaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9beaa

#a9beaa Color Palettes


Comments

No comments written yet.

Please login to write comment.