Color Hex Logo

#aea33f Color Hex

#AEA33F
(174,163,63)
0 Favorites   0 Comments

Color spaces of #aea33f

RGB 17416363
HSL0.150.470.46
HSV54°64°68°
CMYK 0.000.060.64   0.32
XYZ31.450035.55199.9072
Yxy35.55190.40890.4623
Hunter Lab59.6254-10.192931.8863
CIE-Lab66.1761-8.376351.7276

#aea33f color RGB value is (174,163,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 00111111
Octal 256 243 77
Decimal 174 163 63
Hex AE A3 3F

RGB Percentages of Color #aea33f

%43.50
%40.75
%15.75

CMYK Percentages of Color #aea33f

%0
%6
%64
%32

Triadic Colors of #aea33f

#aea33f #3faea3 #a33fae

Analogous Colors of #aea33f

#aea33f #82ae3f #ae6c3f

Monochromatic Colors of #aea33f

#aea33f

Complementary Color

#aea33f #3f4aae

#aea33f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea33f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea33f Color CSS Codes

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

#aea33f Text Font Color

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

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


#aea33f Background Color

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

This div background color is #aea33f


#aea33f Border Color

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

This div border color is #aea33f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea33f

#aea33f Color Palettes


Comments

No comments written yet.

Please login to write comment.