Color Hex Logo

#aeab9f Color Hex

#AEAB9F
(174,171,159)
0 Favorites   0 Comments

Color spaces of #aeab9f

RGB 174171159
HSL0.130.080.65
HSV48°68°
CMYK 0.000.020.09   0.32
XYZ38.276540.627738.6254
Yxy40.62770.32570.3457
Hunter Lab63.7399-4.35358.6891
CIE-Lab69.9143-1.08666.5484

#aeab9f color RGB value is (174,171,159).

#aeab9f hex color red value is 174, green value is 171 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aeab9f hue: 0.13 , saturation: 0.08 and the lightness value of aeab9f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 10011111
Octal 256 253 237
Decimal 174 171 159
Hex AE AB 9F

RGB Percentages of Color #aeab9f

%34.52
%33.93
%31.55

CMYK Percentages of Color #aeab9f

%0
%2
%9
%32

Triadic Colors of #aeab9f

#aeab9f #9faeab #ab9fae

Analogous Colors of #aeab9f

#aeab9f #aaae9f #aea49f

Monochromatic Colors of #aeab9f

#aeab9f

Complementary Color

#aeab9f #9fa2ae

#aeab9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab9f Color CSS Codes

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

#aeab9f Text Font Color

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

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


#aeab9f Background Color

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

This div background color is #aeab9f


#aeab9f Border Color

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

This div border color is #aeab9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab9f


Comments

No comments written yet.

Please login to write comment.