Color Hex Logo

#aea333 Color Hex

#AEA333
(174,163,51)
0 Favorites   0 Comments

Color spaces of #aea333

RGB 17416351
HSL0.150.550.44
HSV55°71°68°
CMYK 0.000.060.71   0.32
XYZ31.150335.43218.3292
Yxy35.43210.41580.4730
Hunter Lab59.5249-10.756733.3711
CIE-Lab66.0837-9.080056.6230

#aea333 color RGB value is (174,163,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 00110011
Octal 256 243 63
Decimal 174 163 51
Hex AE A3 33

RGB Percentages of Color #aea333

%44.85
%42.01
%13.14

CMYK Percentages of Color #aea333

%0
%6
%71
%32

Triadic Colors of #aea333

#aea333 #33aea3 #a333ae

Analogous Colors of #aea333

#aea333 #7cae33 #ae6633

Monochromatic Colors of #aea333

#aea333

Complementary Color

#aea333 #333eae

#aea333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea333 Color CSS Codes

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

#aea333 Text Font Color

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

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


#aea333 Background Color

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

This div background color is #aea333


#aea333 Border Color

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

This div border color is #aea333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea333


Comments

No comments written yet.

Please login to write comment.