Color Hex Logo

#aea481 Color Hex

#AEA481
(174,164,129)
0 Favorites   0 Comments

Color spaces of #aea481

RGB 174164129
HSL0.130.220.59
HSV47°26°68°
CMYK 0.000.060.26   0.32
XYZ34.693537.134626.1080
Yxy37.13460.35420.3792
Hunter Lab60.9382-5.017617.2548
CIE-Lab67.3779-2.054419.5036

#aea481 color RGB value is (174,164,129).

#aea481 hex color red value is 174, green value is 164 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #aea481 hue: 0.13 , saturation: 0.22 and the lightness value of aea481 is 0.59.

The process color (four color CMYK) of #aea481 color hex is 0.00, 0.06, 0.26, 0.32. Web safe color of #aea481 is #999999. Color #aea481 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 10000001
Octal 256 244 201
Decimal 174 164 129
Hex AE A4 81

RGB Percentages of Color #aea481

%37.26
%35.12
%27.62

CMYK Percentages of Color #aea481

%0
%6
%26
%32

Triadic Colors of #aea481

#aea481 #81aea4 #a481ae

Analogous Colors of #aea481

#aea481 #a2ae81 #ae8e81

Monochromatic Colors of #aea481

#aea481

Complementary Color

#aea481 #818bae

#aea481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea481 Color CSS Codes

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

#aea481 Text Font Color

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

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


#aea481 Background Color

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

This div background color is #aea481


#aea481 Border Color

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

This div border color is #aea481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea481


Comments

No comments written yet.

Please login to write comment.