Color Hex Logo

#aea688 Color Hex

#AEA688
(174,166,136)
0 Favorites   0 Comments

Color spaces of #aea688

RGB 174166136
HSL0.130.190.61
HSV47°22°68°
CMYK 0.000.050.22   0.32
XYZ35.535738.048728.7637
Yxy38.04870.34720.3718
Hunter Lab61.6836-5.113215.5310
CIE-Lab68.0565-2.111016.5960

#aea688 color RGB value is (174,166,136).

#aea688 hex color red value is 174, green value is 166 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #aea688 hue: 0.13 , saturation: 0.19 and the lightness value of aea688 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 10001000
Octal 256 246 210
Decimal 174 166 136
Hex AE A6 88

RGB Percentages of Color #aea688

%36.55
%34.87
%28.57

CMYK Percentages of Color #aea688

%0
%5
%22
%32

Triadic Colors of #aea688

#aea688 #88aea6 #a688ae

Analogous Colors of #aea688

#aea688 #a3ae88 #ae9388

Monochromatic Colors of #aea688

#aea688

Complementary Color

#aea688 #8890ae

#aea688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea688 Color CSS Codes

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

#aea688 Text Font Color

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

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


#aea688 Background Color

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

This div background color is #aea688


#aea688 Border Color

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

This div border color is #aea688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea688


Comments

No comments written yet.

Please login to write comment.