Color Hex Logo

#aea682 Color Hex

#AEA682
(174,166,130)
0 Favorites   0 Comments

Color spaces of #aea682

RGB 174166130
HSL0.140.210.60
HSV49°25°68°
CMYK 0.000.050.25   0.32
XYZ35.121037.882826.5801
Yxy37.88280.35270.3804
Hunter Lab61.5490-5.855417.4798
CIE-Lab67.9341-2.990319.7182

#aea682 color RGB value is (174,166,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 10000010
Octal 256 246 202
Decimal 174 166 130
Hex AE A6 82

RGB Percentages of Color #aea682

%37.02
%35.32
%27.66

CMYK Percentages of Color #aea682

%0
%5
%25
%32

Triadic Colors of #aea682

#aea682 #82aea6 #a682ae

Analogous Colors of #aea682

#aea682 #a0ae82 #ae9082

Monochromatic Colors of #aea682

#aea682

Complementary Color

#aea682 #828aae

#aea682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea682 Color CSS Codes

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

#aea682 Text Font Color

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

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


#aea682 Background Color

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

This div background color is #aea682


#aea682 Border Color

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

This div border color is #aea682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea682


Comments

No comments written yet.

Please login to write comment.