Color Hex Logo

#aea27b Color Hex

#AEA27B
(174,162,123)
0 Favorites   0 Comments

Color spaces of #aea27b

RGB 174162123
HSL0.130.240.58
HSV46°29°68°
CMYK 0.000.070.29   0.32
XYZ33.951036.269423.9502
Yxy36.26940.36050.3851
Hunter Lab60.2241-4.763718.5781
CIE-Lab66.7253-1.808921.9004

#aea27b color RGB value is (174,162,123).

#aea27b hex color red value is 174, green value is 162 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #aea27b hue: 0.13 , saturation: 0.24 and the lightness value of aea27b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100010 01111011
Octal 256 242 173
Decimal 174 162 123
Hex AE A2 7B

RGB Percentages of Color #aea27b

%37.91
%35.29
%26.80

CMYK Percentages of Color #aea27b

%0
%7
%29
%32

Triadic Colors of #aea27b

#aea27b #7baea2 #a27bae

Analogous Colors of #aea27b

#aea27b #a1ae7b #ae897b

Monochromatic Colors of #aea27b

#aea27b

Complementary Color

#aea27b #7b87ae

#aea27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea27b Color CSS Codes

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

#aea27b Text Font Color

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

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


#aea27b Background Color

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

This div background color is #aea27b


#aea27b Border Color

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

This div border color is #aea27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea27b


Comments

No comments written yet.

Please login to write comment.