Color Hex Logo

#aeae4e Color Hex

#AEAE4E
(174,174,78)
0 Favorites   0 Comments

Color spaces of #aeae4e

RGB 17417478
HSL0.170.380.49
HSV60°55°68°
CMYK 0.000.000.55   0.32
XYZ33.966839.820813.1037
Yxy39.82080.39090.4583
Hunter Lab63.1037-14.350431.8608
CIE-Lab69.3417-13.031648.3975

#aeae4e color RGB value is (174,174,78).

#aeae4e hex color red value is 174, green value is 174 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aeae4e hue: 0.17 , saturation: 0.38 and the lightness value of aeae4e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 01001110
Octal 256 256 116
Decimal 174 174 78
Hex AE AE 4E

RGB Percentages of Color #aeae4e

%40.85
%40.85
%18.31

CMYK Percentages of Color #aeae4e

%0
%0
%55
%32

Triadic Colors of #aeae4e

#aeae4e #4eaeae #ae4eae

Analogous Colors of #aeae4e

#aeae4e #7eae4e #ae7e4e

Monochromatic Colors of #aeae4e

#aeae4e

Complementary Color

#aeae4e #4e4eae

#aeae4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae4e Color CSS Codes

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

#aeae4e Text Font Color

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

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


#aeae4e Background Color

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

This div background color is #aeae4e


#aeae4e Border Color

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

This div border color is #aeae4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae4e


Comments

No comments written yet.

Please login to write comment.