Color Hex Logo

#a1aaef Color Hex

#A1AAEF
(161,170,239)
0 Favorites   0 Comments

Color spaces of #a1aaef

RGB 161170239
HSL0.650.710.78
HSV233°33°94°
CMYK 0.330.290.00   0.06
XYZ44.652742.558587.5225
Yxy42.55850.25550.2436
Hunter Lab65.23698.0134-33.8783
CIE-Lab71.254312.5967-35.5203

#a1aaef color RGB value is (161,170,239).

#a1aaef hex color red value is 161, green value is 170 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a1aaef hue: 0.65 , saturation: 0.71 and the lightness value of a1aaef is 0.78.

The process color (four color CMYK) of #a1aaef color hex is 0.33, 0.29, 0.00, 0.06. Web safe color of #a1aaef is #9999ff. Color #a1aaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101010 11101111
Octal 241 252 357
Decimal 161 170 239
Hex A1 AA EF

RGB Percentages of Color #a1aaef

%28.25
%29.82
%41.93

CMYK Percentages of Color #a1aaef

%33
%29
%0
%6

Triadic Colors of #a1aaef

#a1aaef #efa1aa #aaefa1

Analogous Colors of #a1aaef

#a1aaef #bfa1ef #a1d1ef

Monochromatic Colors of #a1aaef

#a1aaef

Complementary Color

#a1aaef #efe6a1

#a1aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1aaef Color CSS Codes

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

#a1aaef Text Font Color

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

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


#a1aaef Background Color

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

This div background color is #a1aaef


#a1aaef Border Color

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

This div border color is #a1aaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1aaef


Comments

No comments written yet.

Please login to write comment.