Color Hex Logo

#aea681 Color Hex

#AEA681
(174,166,129)
0 Favorites   0 Comments

Color spaces of #aea681

RGB 174166129
HSL0.140.220.59
HSV49°26°68°
CMYK 0.000.050.26   0.32
XYZ35.054237.856126.2283
Yxy37.85610.35360.3819
Hunter Lab61.5273-5.975317.7946
CIE-Lab67.9144-3.132920.2381

#aea681 color RGB value is (174,166,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 10000001
Octal 256 246 201
Decimal 174 166 129
Hex AE A6 81

RGB Percentages of Color #aea681

%37.10
%35.39
%27.51

CMYK Percentages of Color #aea681

%0
%5
%26
%32

Triadic Colors of #aea681

#aea681 #81aea6 #a681ae

Analogous Colors of #aea681

#aea681 #a0ae81 #ae9081

Monochromatic Colors of #aea681

#aea681

Complementary Color

#aea681 #8189ae

#aea681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea681 Color CSS Codes

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

#aea681 Text Font Color

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

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


#aea681 Background Color

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

This div background color is #aea681


#aea681 Border Color

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

This div border color is #aea681


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,166,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 #aea681">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea681


Comments

No comments written yet.

Please login to write comment.