Color Hex Logo

#aaacee Color Hex

#AAACEE
(170,172,238)
0 Favorites   0 Comments

Color spaces of #aaacee

RGB 170172238
HSL0.660.670.80
HSV238°29°93°
CMYK 0.290.280.00   0.07
XYZ46.762744.224186.9604
Yxy44.22410.26280.2485
Hunter Lab66.50129.1416-30.9798
CIE-Lab72.378013.7814-33.1838

#aaacee color RGB value is (170,172,238).

#aaacee hex color red value is 170, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aaacee hue: 0.66 , saturation: 0.67 and the lightness value of aaacee is 0.80.

The process color (four color CMYK) of #aaacee color hex is 0.29, 0.28, 0.00, 0.07. Web safe color of #aaacee is #9999ff. Color #aaacee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 11101110
Octal 252 254 356
Decimal 170 172 238
Hex AA AC EE

RGB Percentages of Color #aaacee

%29.31
%29.66
%41.03

CMYK Percentages of Color #aaacee

%29
%28
%0
%7

Triadic Colors of #aaacee

#aaacee #eeaaac #aceeaa

Analogous Colors of #aaacee

#aaacee #caaaee #aaceee

Monochromatic Colors of #aaacee

#aaacee

Complementary Color

#aaacee #eeecaa

#aaacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaacee Color CSS Codes

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

#aaacee Text Font Color

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

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


#aaacee Background Color

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

This div background color is #aaacee


#aaacee Border Color

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

This div border color is #aaacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaacee


Comments

No comments written yet.

Please login to write comment.