Color Hex Logo

#aaacce Color Hex

#AAACCE
(170,172,206)
0 Favorites   0 Comments

Color spaces of #aaacce

RGB 170172206
HSL0.660.270.74
HSV237°17°81°
CMYK 0.170.170.00   0.19
XYZ42.470742.507364.3588
Yxy42.50730.28440.2846
Hunter Lab65.19762.1817-12.8888
CIE-Lab71.21936.3103-17.4686

#aaacce color RGB value is (170,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 11001110
Octal 252 254 316
Decimal 170 172 206
Hex AA AC CE

RGB Percentages of Color #aaacce

%31.02
%31.39
%37.59

CMYK Percentages of Color #aaacce

%17
%17
%0
%19

Triadic Colors of #aaacce

#aaacce #ceaaac #acceaa

Analogous Colors of #aaacce

#aaacce #baaace #aabece

Monochromatic Colors of #aaacce

#aaacce

Complementary Color

#aaacce #ceccaa

#aaacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaacce Color CSS Codes

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

#aaacce Text Font Color

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

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


#aaacce Background Color

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

This div background color is #aaacce


#aaacce Border Color

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

This div border color is #aaacce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,172,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 #aaacce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaacce


Comments

No comments written yet.

Please login to write comment.