Color Hex Logo

#aeac66 Color Hex

#AEAC66
(174,172,102)
0 Favorites   0 Comments

Color spaces of #aeac66

RGB 174172102
HSL0.160.310.54
HSV58°41°68°
CMYK 0.000.010.41   0.32
XYZ34.606439.463018.3635
Yxy39.46300.37440.4269
Hunter Lab62.8196-11.601226.6420
CIE-Lab69.0853-9.713336.1990

#aeac66 color RGB value is (174,172,102).

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

The process color (four color CMYK) of #aeac66 color hex is 0.00, 0.01, 0.41, 0.32. Web safe color of #aeac66 is #999966. Color #aeac66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 01100110
Octal 256 254 146
Decimal 174 172 102
Hex AE AC 66

RGB Percentages of Color #aeac66

%38.84
%38.39
%22.77

CMYK Percentages of Color #aeac66

%0
%1
%41
%32

Triadic Colors of #aeac66

#aeac66 #66aeac #ac66ae

Analogous Colors of #aeac66

#aeac66 #8cae66 #ae8866

Monochromatic Colors of #aeac66

#aeac66

Complementary Color

#aeac66 #6668ae

#aeac66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeac66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeac66 Color CSS Codes

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

#aeac66 Text Font Color

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

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


#aeac66 Background Color

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

This div background color is #aeac66


#aeac66 Border Color

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

This div border color is #aeac66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeac66


Comments

No comments written yet.

Please login to write comment.