Color Hex Logo

#aea242 Color Hex

#AEA242
(174,162,66)
0 Favorites   0 Comments

Color spaces of #aea242

RGB 17416266
HSL0.150.450.47
HSV53°62°68°
CMYK 0.000.070.62   0.32
XYZ31.359335.232710.3020
Yxy35.23270.40780.4582
Hunter Lab59.3571-9.570731.2597
CIE-Lab65.9294-7.645850.1229

#aea242 color RGB value is (174,162,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100010 01000010
Octal 256 242 102
Decimal 174 162 66
Hex AE A2 42

RGB Percentages of Color #aea242

%43.28
%40.30
%16.42

CMYK Percentages of Color #aea242

%0
%7
%62
%32

Triadic Colors of #aea242

#aea242 #42aea2 #a242ae

Analogous Colors of #aea242

#aea242 #84ae42 #ae6c42

Monochromatic Colors of #aea242

#aea242

Complementary Color

#aea242 #424eae

#aea242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea242 Color CSS Codes

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

#aea242 Text Font Color

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

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


#aea242 Background Color

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

This div background color is #aea242


#aea242 Border Color

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

This div border color is #aea242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea242


Comments

No comments written yet.

Please login to write comment.