Color Hex Logo

#a9a2be Color Hex

#A9A2BE
(169,162,190)
0 Favorites   0 Comments

Color spaces of #a9a2be

RGB 169162190
HSL0.710.180.69
HSV255°15°75°
CMYK 0.110.150.00   0.25
XYZ38.576837.993454.0154
Yxy37.99340.29540.2909
Hunter Lab61.63883.8468-8.8100
CIE-Lab68.01588.0599-13.4701

#a9a2be color RGB value is (169,162,190).

#a9a2be hex color red value is 169, green value is 162 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a9a2be hue: 0.71 , saturation: 0.18 and the lightness value of a9a2be is 0.69.

The process color (four color CMYK) of #a9a2be color hex is 0.11, 0.15, 0.00, 0.25. Web safe color of #a9a2be is #9999cc. Color #a9a2be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10100010 10111110
Octal 251 242 276
Decimal 169 162 190
Hex A9 A2 BE

RGB Percentages of Color #a9a2be

%32.44
%31.09
%36.47

CMYK Percentages of Color #a9a2be

%11
%15
%0
%25

Triadic Colors of #a9a2be

#a9a2be #bea9a2 #a2bea9

Analogous Colors of #a9a2be

#a9a2be #b7a2be #a2a9be

Monochromatic Colors of #a9a2be

#a9a2be

Complementary Color

#a9a2be #b7bea2

#a9a2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9a2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9a2be Color CSS Codes

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

#a9a2be Text Font Color

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

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


#a9a2be Background Color

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

This div background color is #a9a2be


#a9a2be Border Color

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

This div border color is #a9a2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9a2be


Comments

No comments written yet.

Please login to write comment.