Color Hex Logo

#aea694 Color Hex

#AEA694
(174,166,148)
0 Favorites   0 Comments

Color spaces of #aea694

RGB 174166148
HSL0.120.140.63
HSV42°15°68°
CMYK 0.000.050.15   0.32
XYZ36.437138.409233.5103
Yxy38.40920.33630.3545
Hunter Lab61.9752-3.510911.3242
CIE-Lab68.3211-0.231410.3495

#aea694 color RGB value is (174,166,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 10010100
Octal 256 246 224
Decimal 174 166 148
Hex AE A6 94

RGB Percentages of Color #aea694

%35.66
%34.02
%30.33

CMYK Percentages of Color #aea694

%0
%5
%15
%32

Triadic Colors of #aea694

#aea694 #94aea6 #a694ae

Analogous Colors of #aea694

#aea694 #a9ae94 #ae9994

Monochromatic Colors of #aea694

#aea694

Complementary Color

#aea694 #949cae

#aea694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea694 Color CSS Codes

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

#aea694 Text Font Color

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

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


#aea694 Background Color

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

This div background color is #aea694


#aea694 Border Color

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

This div border color is #aea694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea694


Comments

No comments written yet.

Please login to write comment.