Color Hex Logo

#aeac83 Color Hex

#AEAC83
(174,172,131)
0 Favorites   0 Comments

Color spaces of #aeac83

RGB 174172131
HSL0.160.210.60
HSV57°25°68°
CMYK 0.000.010.25   0.32
XYZ36.304840.142427.3075
Yxy40.14240.34990.3869
Hunter Lab63.3580-8.594218.7965
CIE-Lab69.5708-6.058221.4101

#aeac83 color RGB value is (174,172,131).

#aeac83 hex color red value is 174, green value is 172 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #aeac83 hue: 0.16 , saturation: 0.21 and the lightness value of aeac83 is 0.60.

The process color (four color CMYK) of #aeac83 color hex is 0.00, 0.01, 0.25, 0.32. Web safe color of #aeac83 is #999999. Color #aeac83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 10000011
Octal 256 254 203
Decimal 174 172 131
Hex AE AC 83

RGB Percentages of Color #aeac83

%36.48
%36.06
%27.46

CMYK Percentages of Color #aeac83

%0
%1
%25
%32

Triadic Colors of #aeac83

#aeac83 #83aeac #ac83ae

Analogous Colors of #aeac83

#aeac83 #9bae83 #ae9783

Monochromatic Colors of #aeac83

#aeac83

Complementary Color

#aeac83 #8385ae

#aeac83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeac83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeac83 Color CSS Codes

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

#aeac83 Text Font Color

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

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


#aeac83 Background Color

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

This div background color is #aeac83


#aeac83 Border Color

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

This div border color is #aeac83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeac83


Comments

No comments written yet.

Please login to write comment.