Color Hex Logo

#aea78f Color Hex

#AEA78F
(174,167,143)
0 Favorites   0 Comments

Color spaces of #aea78f

RGB 174167143
HSL0.130.160.62
HSV46°18°68°
CMYK 0.000.040.18   0.32
XYZ36.232238.619331.5312
Yxy38.61930.34060.3630
Hunter Lab62.1444-4.681513.4182
CIE-Lab68.4746-1.575113.3265

#aea78f color RGB value is (174,167,143).

#aea78f hex color red value is 174, green value is 167 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aea78f hue: 0.13 , saturation: 0.16 and the lightness value of aea78f is 0.62.

The process color (four color CMYK) of #aea78f color hex is 0.00, 0.04, 0.18, 0.32. Web safe color of #aea78f is #999999. Color #aea78f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 10001111
Octal 256 247 217
Decimal 174 167 143
Hex AE A7 8F

RGB Percentages of Color #aea78f

%35.95
%34.50
%29.55

CMYK Percentages of Color #aea78f

%0
%4
%18
%32

Triadic Colors of #aea78f

#aea78f #8faea7 #a78fae

Analogous Colors of #aea78f

#aea78f #a6ae8f #ae988f

Monochromatic Colors of #aea78f

#aea78f

Complementary Color

#aea78f #8f96ae

#aea78f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea78f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea78f Color CSS Codes

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

#aea78f Text Font Color

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

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


#aea78f Background Color

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

This div background color is #aea78f


#aea78f Border Color

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

This div border color is #aea78f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea78f


Comments

No comments written yet.

Please login to write comment.