Color Hex Logo

#aeae2e Color Hex

#AEAE2E
(174,174,46)
0 Favorites   0 Comments

Color spaces of #aeae2e

RGB 17417446
HSL0.170.580.43
HSV60°74°68°
CMYK 0.000.000.74   0.32
XYZ33.084839.46808.4591
Yxy39.46800.40840.4872
Hunter Lab62.8236-15.937735.9932
CIE-Lab69.0889-15.040261.3653

#aeae2e color RGB value is (174,174,46).

#aeae2e hex color red value is 174, green value is 174 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aeae2e hue: 0.17 , saturation: 0.58 and the lightness value of aeae2e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 00101110
Octal 256 256 56
Decimal 174 174 46
Hex AE AE 2E

RGB Percentages of Color #aeae2e

%44.16
%44.16
%11.68

CMYK Percentages of Color #aeae2e

%0
%0
%74
%32

Triadic Colors of #aeae2e

#aeae2e #2eaeae #ae2eae

Analogous Colors of #aeae2e

#aeae2e #6eae2e #ae6e2e

Monochromatic Colors of #aeae2e

#aeae2e

Complementary Color

#aeae2e #2e2eae

#aeae2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae2e Color CSS Codes

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

#aeae2e Text Font Color

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

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


#aeae2e Background Color

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

This div background color is #aeae2e


#aeae2e Border Color

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

This div border color is #aeae2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae2e


Comments

No comments written yet.

Please login to write comment.