Color Hex Logo

#aea842 Color Hex

#AEA842
(174,168,66)
0 Favorites   0 Comments

Color spaces of #aea842

RGB 17416866
HSL0.160.450.47
HSV57°62°68°
CMYK 0.000.030.62   0.32
XYZ32.441637.397310.6628
Yxy37.39730.40300.4646
Hunter Lab61.1533-12.324832.4694
CIE-Lab67.5740-10.804751.9067

#aea842 color RGB value is (174,168,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 01000010
Octal 256 250 102
Decimal 174 168 66
Hex AE A8 42

RGB Percentages of Color #aea842

%42.65
%41.18
%16.18

CMYK Percentages of Color #aea842

%0
%3
%62
%32

Triadic Colors of #aea842

#aea842 #42aea8 #a842ae

Analogous Colors of #aea842

#aea842 #7eae42 #ae7242

Monochromatic Colors of #aea842

#aea842

Complementary Color

#aea842 #4248ae

#aea842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea842 Color CSS Codes

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

#aea842 Text Font Color

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

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


#aea842 Background Color

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

This div background color is #aea842


#aea842 Border Color

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

This div border color is #aea842


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,168,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 #aea842">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea842


Comments

No comments written yet.

Please login to write comment.