Color Hex Logo

#aaaac4 Color Hex

#AAAAC4
(170,170,196)
0 Favorites   0 Comments

Color spaces of #aaaac4

RGB 170170196
HSL0.670.180.72
HSV240°13°77°
CMYK 0.130.130.00   0.23
XYZ40.916141.281058.0361
Yxy41.28100.29180.2944
Hunter Lab64.25031.2350-8.5804
CIE-Lab70.37235.2387-13.2418

#aaaac4 color RGB value is (170,170,196).

#aaaac4 hex color red value is 170, green value is 170 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #aaaac4 hue: 0.67 , saturation: 0.18 and the lightness value of aaaac4 is 0.72.

The process color (four color CMYK) of #aaaac4 color hex is 0.13, 0.13, 0.00, 0.23. Web safe color of #aaaac4 is #9999cc. Color #aaaac4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 11000100
Octal 252 252 304
Decimal 170 170 196
Hex AA AA C4

RGB Percentages of Color #aaaac4

%31.72
%31.72
%36.57

CMYK Percentages of Color #aaaac4

%13
%13
%0
%23

Triadic Colors of #aaaac4

#aaaac4 #c4aaaa #aac4aa

Analogous Colors of #aaaac4

#aaaac4 #b7aac4 #aab7c4

Monochromatic Colors of #aaaac4

#aaaac4

Complementary Color

#aaaac4 #c4c4aa

#aaaac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaac4 Color CSS Codes

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

#aaaac4 Text Font Color

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

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


#aaaac4 Background Color

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

This div background color is #aaaac4


#aaaac4 Border Color

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

This div border color is #aaaac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaac4

#aaaac4 Color Palettes


Comments

No comments written yet.

Please login to write comment.