Color Hex Logo

#aeac42 Color Hex

#AEAC42
(174,172,66)
0 Favorites   0 Comments

Color spaces of #aeac42

RGB 17417266
HSL0.160.450.47
HSV59°62°68°
CMYK 0.000.010.62   0.32
XYZ33.191538.897110.9128
Yxy38.89710.39990.4686
Hunter Lab62.3675-14.146933.2830
CIE-Lab68.6767-12.885553.0929

#aeac42 color RGB value is (174,172,66).

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

The process color (four color CMYK) of #aeac42 color hex is 0.00, 0.01, 0.62, 0.32. Web safe color of #aeac42 is #999933. Color #aeac42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 01000010
Octal 256 254 102
Decimal 174 172 66
Hex AE AC 42

RGB Percentages of Color #aeac42

%42.23
%41.75
%16.02

CMYK Percentages of Color #aeac42

%0
%1
%62
%32

Triadic Colors of #aeac42

#aeac42 #42aeac #ac42ae

Analogous Colors of #aeac42

#aeac42 #7aae42 #ae7642

Monochromatic Colors of #aeac42

#aeac42

Complementary Color

#aeac42 #4244ae

#aeac42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeac42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeac42 Color CSS Codes

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

#aeac42 Text Font Color

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

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


#aeac42 Background Color

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

This div background color is #aeac42


#aeac42 Border Color

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

This div border color is #aeac42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeac42


Comments

No comments written yet.

Please login to write comment.