Color Hex Logo

#aaacc8 Color Hex

#AAACC8
(170,172,200)
0 Favorites   0 Comments

Color spaces of #aaacc8

RGB 170172200
HSL0.660.210.73
HSV236°15°78°
CMYK 0.150.140.00   0.22
XYZ41.755442.221260.5923
Yxy42.22120.28880.2920
Hunter Lab64.97780.9946-9.8039
CIE-Lab71.02324.9974-14.4663

#aaacc8 color RGB value is (170,172,200).

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

The process color (four color CMYK) of #aaacc8 color hex is 0.15, 0.14, 0.00, 0.22. Web safe color of #aaacc8 is #9999cc. Color #aaacc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 11001000
Octal 252 254 310
Decimal 170 172 200
Hex AA AC C8

RGB Percentages of Color #aaacc8

%31.37
%31.73
%36.90

CMYK Percentages of Color #aaacc8

%15
%14
%0
%22

Triadic Colors of #aaacc8

#aaacc8 #c8aaac #acc8aa

Analogous Colors of #aaacc8

#aaacc8 #b7aac8 #aabbc8

Monochromatic Colors of #aaacc8

#aaacc8

Complementary Color

#aaacc8 #c8c6aa

#aaacc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaacc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaacc8 Color CSS Codes

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

#aaacc8 Text Font Color

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

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


#aaacc8 Background Color

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

This div background color is #aaacc8


#aaacc8 Border Color

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

This div border color is #aaacc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaacc8


Comments

No comments written yet.

Please login to write comment.