Color Hex Logo

#aaacc5 Color Hex

#AAACC5
(170,172,197)
0 Favorites   0 Comments

Color spaces of #aaacc5

RGB 170172197
HSL0.650.190.72
HSV236°14°77°
CMYK 0.140.130.00   0.23
XYZ41.408142.082358.7636
Yxy42.08230.29110.2958
Hunter Lab64.87090.4153-8.2985
CIE-Lab70.92764.3525-12.9592

#aaacc5 color RGB value is (170,172,197).

#aaacc5 hex color red value is 170, green value is 172 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #aaacc5 hue: 0.65 , saturation: 0.19 and the lightness value of aaacc5 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 11000101
Octal 252 254 305
Decimal 170 172 197
Hex AA AC C5

RGB Percentages of Color #aaacc5

%31.54
%31.91
%36.55

CMYK Percentages of Color #aaacc5

%14
%13
%0
%23

Triadic Colors of #aaacc5

#aaacc5 #c5aaac #acc5aa

Analogous Colors of #aaacc5

#aaacc5 #b6aac5 #aabac5

Monochromatic Colors of #aaacc5

#aaacc5

Complementary Color

#aaacc5 #c5c3aa

#aaacc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaacc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaacc5 Color CSS Codes

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

#aaacc5 Text Font Color

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

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


#aaacc5 Background Color

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

This div background color is #aaacc5


#aaacc5 Border Color

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

This div border color is #aaacc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaacc5

#aaacc5 Color Palettes


Comments

No comments written yet.

Please login to write comment.