Color Hex Logo

#aea27f Color Hex

#AEA27F
(174,162,127)
0 Favorites   0 Comments

Color spaces of #aea27f

RGB 174162127
HSL0.120.220.59
HSV45°27°68°
CMYK 0.000.070.27   0.32
XYZ34.206736.371625.2962
Yxy36.37160.35680.3794
Hunter Lab60.3089-4.296817.3474
CIE-Lab66.8029-1.255119.8136

#aea27f color RGB value is (174,162,127).

#aea27f hex color red value is 174, green value is 162 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aea27f hue: 0.12 , saturation: 0.22 and the lightness value of aea27f is 0.59.

The process color (four color CMYK) of #aea27f color hex is 0.00, 0.07, 0.27, 0.32. Web safe color of #aea27f is #999966. Color #aea27f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100010 01111111
Octal 256 242 177
Decimal 174 162 127
Hex AE A2 7F

RGB Percentages of Color #aea27f

%37.58
%34.99
%27.43

CMYK Percentages of Color #aea27f

%0
%7
%27
%32

Triadic Colors of #aea27f

#aea27f #7faea2 #a27fae

Analogous Colors of #aea27f

#aea27f #a3ae7f #ae8b7f

Monochromatic Colors of #aea27f

#aea27f

Complementary Color

#aea27f #7f8bae

#aea27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea27f Color CSS Codes

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

#aea27f Text Font Color

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

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


#aea27f Background Color

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

This div background color is #aea27f


#aea27f Border Color

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

This div border color is #aea27f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea27f


Comments

No comments written yet.

Please login to write comment.