Color Hex Logo

#aea863 Color Hex

#AEA863
(174,168,99)
0 Favorites   0 Comments

Color spaces of #aea863

RGB 17416899
HSL0.150.320.54
HSV55°43°68°
CMYK 0.000.030.43   0.32
XYZ33.710337.904817.3440
Yxy37.90480.37890.4261
Hunter Lab61.5669-10.006226.3942
CIE-Lab67.9504-7.930036.3261

#aea863 color RGB value is (174,168,99).

#aea863 hex color red value is 174, green value is 168 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #aea863 hue: 0.15 , saturation: 0.32 and the lightness value of aea863 is 0.54.

The process color (four color CMYK) of #aea863 color hex is 0.00, 0.03, 0.43, 0.32. Web safe color of #aea863 is #999966. Color #aea863 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 01100011
Octal 256 250 143
Decimal 174 168 99
Hex AE A8 63

RGB Percentages of Color #aea863

%39.46
%38.10
%22.45

CMYK Percentages of Color #aea863

%0
%3
%43
%32

Triadic Colors of #aea863

#aea863 #63aea8 #a863ae

Analogous Colors of #aea863

#aea863 #8fae63 #ae8363

Monochromatic Colors of #aea863

#aea863

Complementary Color

#aea863 #6369ae

#aea863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea863 Color CSS Codes

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

#aea863 Text Font Color

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

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


#aea863 Background Color

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

This div background color is #aea863


#aea863 Border Color

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

This div border color is #aea863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea863


Comments

No comments written yet.

Please login to write comment.