Color Hex Logo

#aab4ae Color Hex

#AAB4AE
(170,180,174)
0 Favorites   0 Comments

Color spaces of #aab4ae

RGB 170180174
HSL0.400.060.69
HSV144°71°
CMYK 0.060.000.03   0.29
XYZ40.538844.244646.4478
Yxy44.24460.30890.3372
Hunter Lab66.5166-7.61665.1601
CIE-Lab72.3917-4.62941.8434

#aab4ae color RGB value is (170,180,174).

#aab4ae hex color red value is 170, green value is 180 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aab4ae hue: 0.40 , saturation: 0.06 and the lightness value of aab4ae is 0.69.

The process color (four color CMYK) of #aab4ae color hex is 0.06, 0.00, 0.03, 0.29. Web safe color of #aab4ae is #99cc99. Color #aab4ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 10101110
Octal 252 264 256
Decimal 170 180 174
Hex AA B4 AE

RGB Percentages of Color #aab4ae

%32.44
%34.35
%33.21

CMYK Percentages of Color #aab4ae

%6
%0
%3
%29

Triadic Colors of #aab4ae

#aab4ae #aeaab4 #b4aeaa

Analogous Colors of #aab4ae

#aab4ae #aab4b3 #abb4aa

Monochromatic Colors of #aab4ae

#aab4ae

Complementary Color

#aab4ae #b4aab0

#aab4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab4ae Color CSS Codes

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

#aab4ae Text Font Color

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

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


#aab4ae Background Color

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

This div background color is #aab4ae


#aab4ae Border Color

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

This div border color is #aab4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab4ae


Comments

No comments written yet.

Please login to write comment.