Color Hex Logo

#aeac64 Color Hex

#AEAC64
(174,172,100)
0 Favorites   0 Comments

Color spaces of #aeac64

RGB 174172100
HSL0.160.310.54
HSV58°43°68°
CMYK 0.000.010.43   0.32
XYZ34.508339.423817.8474
Yxy39.42380.37600.4295
Hunter Lab62.7884-11.776627.0989
CIE-Lab69.0571-9.929537.1954

#aeac64 color RGB value is (174,172,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 01100100
Octal 256 254 144
Decimal 174 172 100
Hex AE AC 64

RGB Percentages of Color #aeac64

%39.01
%38.57
%22.42

CMYK Percentages of Color #aeac64

%0
%1
%43
%32

Triadic Colors of #aeac64

#aeac64 #64aeac #ac64ae

Analogous Colors of #aeac64

#aeac64 #8bae64 #ae8764

Monochromatic Colors of #aeac64

#aeac64

Complementary Color

#aeac64 #6466ae

#aeac64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeac64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeac64 Color CSS Codes

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

#aeac64 Text Font Color

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

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


#aeac64 Background Color

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

This div background color is #aeac64


#aeac64 Border Color

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

This div border color is #aeac64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeac64


Comments

No comments written yet.

Please login to write comment.