Color Hex Logo

#a7aaba Color Hex

#A7AABA
(167,170,186)
0 Favorites   0 Comments

Color spaces of #a7aaba

RGB 167170186
HSL0.640.120.69
HSV231°10°73°
CMYK 0.100.090.00   0.27
XYZ39.174040.510152.2089
Yxy40.51010.29700.3071
Hunter Lab63.6475-1.5194-4.0812
CIE-Lab69.83132.1347-8.5548

#a7aaba color RGB value is (167,170,186).

#a7aaba hex color red value is 167, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a7aaba hue: 0.64 , saturation: 0.12 and the lightness value of a7aaba is 0.69.

The process color (four color CMYK) of #a7aaba color hex is 0.10, 0.09, 0.00, 0.27. Web safe color of #a7aaba is #9999cc. Color #a7aaba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101010 10111010
Octal 247 252 272
Decimal 167 170 186
Hex A7 AA BA

RGB Percentages of Color #a7aaba

%31.93
%32.50
%35.56

CMYK Percentages of Color #a7aaba

%10
%9
%0
%27

Triadic Colors of #a7aaba

#a7aaba #baa7aa #aabaa7

Analogous Colors of #a7aaba

#a7aaba #aea7ba #a7b4ba

Monochromatic Colors of #a7aaba

#a7aaba

Complementary Color

#a7aaba #bab7a7

#a7aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7aaba Color CSS Codes

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

#a7aaba Text Font Color

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

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


#a7aaba Background Color

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

This div background color is #a7aaba


#a7aaba Border Color

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

This div border color is #a7aaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7aaba


Comments

No comments written yet.

Please login to write comment.