Color Hex Logo

#aaaec7 Color Hex

#AAAEC7
(170,174,199)
0 Favorites   0 Comments

Color spaces of #aaaec7

RGB 170174199
HSL0.640.210.72
HSV232°15°78°
CMYK 0.150.130.00   0.22
XYZ42.022442.941760.1066
Yxy42.94170.28970.2960
Hunter Lab65.5299-0.2106-8.5122
CIE-Lab71.51543.6842-13.1769

#aaaec7 color RGB value is (170,174,199).

#aaaec7 hex color red value is 170, green value is 174 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #aaaec7 hue: 0.64 , saturation: 0.21 and the lightness value of aaaec7 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 11000111
Octal 252 256 307
Decimal 170 174 199
Hex AA AE C7

RGB Percentages of Color #aaaec7

%31.31
%32.04
%36.65

CMYK Percentages of Color #aaaec7

%15
%13
%0
%22

Triadic Colors of #aaaec7

#aaaec7 #c7aaae #aec7aa

Analogous Colors of #aaaec7

#aaaec7 #b5aac7 #aabdc7

Monochromatic Colors of #aaaec7

#aaaec7

Complementary Color

#aaaec7 #c7c3aa

#aaaec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaec7 Color CSS Codes

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

#aaaec7 Text Font Color

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

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


#aaaec7 Background Color

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

This div background color is #aaaec7


#aaaec7 Border Color

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

This div border color is #aaaec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaec7


Comments

No comments written yet.

Please login to write comment.