Color Hex Logo

#aea74f Color Hex

#AEA74F
(174,167,79)
0 Favorites   0 Comments

Color spaces of #aea74f

RGB 17416779
HSL0.150.380.50
HSV56°55°68°
CMYK 0.000.040.55   0.32
XYZ32.685637.200612.8549
Yxy37.20060.39500.4496
Hunter Lab60.9923-11.078930.1985
CIE-Lab67.4273-9.298245.7257

#aea74f color RGB value is (174,167,79).

#aea74f hex color red value is 174, green value is 167 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aea74f hue: 0.15 , saturation: 0.38 and the lightness value of aea74f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 01001111
Octal 256 247 117
Decimal 174 167 79
Hex AE A7 4F

RGB Percentages of Color #aea74f

%41.43
%39.76
%18.81

CMYK Percentages of Color #aea74f

%0
%4
%55
%32

Triadic Colors of #aea74f

#aea74f #4faea7 #a74fae

Analogous Colors of #aea74f

#aea74f #86ae4f #ae784f

Monochromatic Colors of #aea74f

#aea74f

Complementary Color

#aea74f #4f56ae

#aea74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea74f Color CSS Codes

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

#aea74f Text Font Color

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

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


#aea74f Background Color

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

This div background color is #aea74f


#aea74f Border Color

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

This div border color is #aea74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea74f


Comments

No comments written yet.

Please login to write comment.