Color Hex Logo

#a2aabb Color Hex

#A2AABB
(162,170,187)
0 Favorites   0 Comments

Color spaces of #a2aabb

RGB 162170187
HSL0.610.160.68
HSV221°13°73°
CMYK 0.130.090.00   0.27
XYZ38.244740.018752.7224
Yxy40.01870.29200.3055
Hunter Lab63.2603-2.7915-5.1312
CIE-Lab69.48280.6708-9.6671

#a2aabb color RGB value is (162,170,187).

#a2aabb hex color red value is 162, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a2aabb hue: 0.61 , saturation: 0.16 and the lightness value of a2aabb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101010 10111011
Octal 242 252 273
Decimal 162 170 187
Hex A2 AA BB

RGB Percentages of Color #a2aabb

%31.21
%32.76
%36.03

CMYK Percentages of Color #a2aabb

%13
%9
%0
%27

Triadic Colors of #a2aabb

#a2aabb #bba2aa #aabba2

Analogous Colors of #a2aabb

#a2aabb #a7a2bb #a2b7bb

Monochromatic Colors of #a2aabb

#a2aabb

Complementary Color

#a2aabb #bbb3a2

#a2aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2aabb Color CSS Codes

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

#a2aabb Text Font Color

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

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


#a2aabb Background Color

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

This div background color is #a2aabb


#a2aabb Border Color

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

This div border color is #a2aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2aabb


Comments

No comments written yet.

Please login to write comment.