Color Hex Logo

#aaaec4 Color Hex

#AAAEC4
(170,174,196)
0 Favorites   0 Comments

Color spaces of #aaaec4

RGB 170174196
HSL0.640.180.72
HSV231°13°77°
CMYK 0.130.110.00   0.23
XYZ41.677442.803758.2899
Yxy42.80370.29190.2998
Hunter Lab65.4245-0.7831-7.0272
CIE-Lab71.42153.0435-11.6689

#aaaec4 color RGB value is (170,174,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 11000100
Octal 252 256 304
Decimal 170 174 196
Hex AA AE C4

RGB Percentages of Color #aaaec4

%31.48
%32.22
%36.30

CMYK Percentages of Color #aaaec4

%13
%11
%0
%23

Triadic Colors of #aaaec4

#aaaec4 #c4aaae #aec4aa

Analogous Colors of #aaaec4

#aaaec4 #b3aac4 #aabbc4

Monochromatic Colors of #aaaec4

#aaaec4

Complementary Color

#aaaec4 #c4c0aa

#aaaec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaec4 Color CSS Codes

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

#aaaec4 Text Font Color

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

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


#aaaec4 Background Color

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

This div background color is #aaaec4


#aaaec4 Border Color

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

This div border color is #aaaec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaec4


Comments

No comments written yet.

Please login to write comment.