Color Hex Logo

#aeab9a Color Hex

#AEAB9A
(174,171,154)
0 Favorites   0 Comments

Color spaces of #aeab9a

RGB 174171154
HSL0.140.110.64
HSV51°11°68°
CMYK 0.000.020.11   0.32
XYZ37.851240.457636.3860
Yxy40.45760.33000.3527
Hunter Lab63.6063-5.088210.6075
CIE-Lab69.7942-1.94179.1322

#aeab9a color RGB value is (174,171,154).

#aeab9a hex color red value is 174, green value is 171 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aeab9a hue: 0.14 , saturation: 0.11 and the lightness value of aeab9a is 0.64.

The process color (four color CMYK) of #aeab9a color hex is 0.00, 0.02, 0.11, 0.32. Web safe color of #aeab9a is #999999. Color #aeab9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 10011010
Octal 256 253 232
Decimal 174 171 154
Hex AE AB 9A

RGB Percentages of Color #aeab9a

%34.87
%34.27
%30.86

CMYK Percentages of Color #aeab9a

%0
%2
%11
%32

Triadic Colors of #aeab9a

#aeab9a #9aaeab #ab9aae

Analogous Colors of #aeab9a

#aeab9a #a7ae9a #aea19a

Monochromatic Colors of #aeab9a

#aeab9a

Complementary Color

#aeab9a #9a9dae

#aeab9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab9a Color CSS Codes

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

#aeab9a Text Font Color

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

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


#aeab9a Background Color

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

This div background color is #aeab9a


#aeab9a Border Color

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

This div border color is #aeab9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab9a


Comments

No comments written yet.

Please login to write comment.