Color Hex Logo

#a2aace Color Hex

#A2AACE
(162,170,206)
0 Favorites   0 Comments

Color spaces of #a2aace

RGB 162170206
HSL0.640.310.72
HSV229°21°81°
CMYK 0.210.170.00   0.19
XYZ40.415640.887164.1544
Yxy40.88710.27790.2811
Hunter Lab63.94300.9218-14.7259
CIE-Lab70.09684.8809-19.2261

#a2aace color RGB value is (162,170,206).

#a2aace hex color red value is 162, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a2aace hue: 0.64 , saturation: 0.31 and the lightness value of a2aace is 0.72.

The process color (four color CMYK) of #a2aace color hex is 0.21, 0.17, 0.00, 0.19. Web safe color of #a2aace is #9999cc. Color #a2aace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101010 11001110
Octal 242 252 316
Decimal 162 170 206
Hex A2 AA CE

RGB Percentages of Color #a2aace

%30.11
%31.60
%38.29

CMYK Percentages of Color #a2aace

%21
%17
%0
%19

Triadic Colors of #a2aace

#a2aace #cea2aa #aacea2

Analogous Colors of #a2aace

#a2aace #b0a2ce #a2c0ce

Monochromatic Colors of #a2aace

#a2aace

Complementary Color

#a2aace #cec6a2

#a2aace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2aace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2aace Color CSS Codes

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

#a2aace Text Font Color

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

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


#a2aace Background Color

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

This div background color is #a2aace


#a2aace Border Color

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

This div border color is #a2aace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2aace


Comments

No comments written yet.

Please login to write comment.