Color Hex Logo

#aeae6f Color Hex

#AEAE6F
(174,174,111)
0 Favorites   0 Comments

Color spaces of #aeae6f

RGB 174174111
HSL0.170.280.56
HSV60°36°68°
CMYK 0.000.000.36   0.32
XYZ35.460940.418520.9715
Yxy40.41850.36610.4173
Hunter Lab63.5755-11.694224.9450
CIE-Lab69.7666-9.734932.3722

#aeae6f color RGB value is (174,174,111).

#aeae6f hex color red value is 174, green value is 174 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aeae6f hue: 0.17 , saturation: 0.28 and the lightness value of aeae6f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 01101111
Octal 256 256 157
Decimal 174 174 111
Hex AE AE 6F

RGB Percentages of Color #aeae6f

%37.91
%37.91
%24.18

CMYK Percentages of Color #aeae6f

%0
%0
%36
%32

Triadic Colors of #aeae6f

#aeae6f #6faeae #ae6fae

Analogous Colors of #aeae6f

#aeae6f #8fae6f #ae8f6f

Monochromatic Colors of #aeae6f

#aeae6f

Complementary Color

#aeae6f #6f6fae

#aeae6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae6f Color CSS Codes

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

#aeae6f Text Font Color

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

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


#aeae6f Background Color

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

This div background color is #aeae6f


#aeae6f Border Color

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

This div border color is #aeae6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae6f


Comments

No comments written yet.

Please login to write comment.