Color Hex Logo

#aaaea7 Color Hex

#AAAEA7
(170,174,167)
0 Favorites   0 Comments

Color spaces of #aaaea7

RGB 170174167
HSL0.260.040.67
HSV94°68°
CMYK 0.020.000.04   0.32
XYZ38.688741.608242.5513
Yxy41.60820.31490.3387
Hunter Lab64.5044-5.82136.0416
CIE-Lab70.5999-2.72133.0877

#aaaea7 color RGB value is (170,174,167).

#aaaea7 hex color red value is 170, green value is 174 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #aaaea7 hue: 0.26 , saturation: 0.04 and the lightness value of aaaea7 is 0.67.

The process color (four color CMYK) of #aaaea7 color hex is 0.02, 0.00, 0.04, 0.32. Web safe color of #aaaea7 is #999999. Color #aaaea7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 10100111
Octal 252 256 247
Decimal 170 174 167
Hex AA AE A7

RGB Percentages of Color #aaaea7

%33.27
%34.05
%32.68

CMYK Percentages of Color #aaaea7

%2
%0
%4
%32

Triadic Colors of #aaaea7

#aaaea7 #a7aaae #aea7aa

Analogous Colors of #aaaea7

#aaaea7 #a7aea8 #aeaea7

Monochromatic Colors of #aaaea7

#aaaea7

Complementary Color

#aaaea7 #aba7ae

#aaaea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaea7 Color CSS Codes

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

#aaaea7 Text Font Color

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

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


#aaaea7 Background Color

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

This div background color is #aaaea7


#aaaea7 Border Color

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

This div border color is #aaaea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaea7


Comments

No comments written yet.

Please login to write comment.