Color Hex Logo

#aea18f Color Hex

#AEA18F
(174,161,143)
0 Favorites   0 Comments

Color spaces of #aea18f

RGB 174161143
HSL0.100.160.62
HSV35°18°68°
CMYK 0.000.070.18   0.32
XYZ35.158436.471631.1733
Yxy36.47160.34200.3548
Hunter Lab60.3917-1.767711.6696
CIE-Lab66.87871.686411.0775

#aea18f color RGB value is (174,161,143).

#aea18f hex color red value is 174, green value is 161 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aea18f hue: 0.10 , saturation: 0.16 and the lightness value of aea18f is 0.62.

The process color (four color CMYK) of #aea18f color hex is 0.00, 0.07, 0.18, 0.32. Web safe color of #aea18f is #999999. Color #aea18f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 10001111
Octal 256 241 217
Decimal 174 161 143
Hex AE A1 8F

RGB Percentages of Color #aea18f

%36.40
%33.68
%29.92

CMYK Percentages of Color #aea18f

%0
%7
%18
%32

Triadic Colors of #aea18f

#aea18f #8faea1 #a18fae

Analogous Colors of #aea18f

#aea18f #acae8f #ae928f

Monochromatic Colors of #aea18f

#aea18f

Complementary Color

#aea18f #8f9cae

#aea18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea18f Color CSS Codes

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

#aea18f Text Font Color

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

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


#aea18f Background Color

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

This div background color is #aea18f


#aea18f Border Color

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

This div border color is #aea18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea18f


Comments

No comments written yet.

Please login to write comment.