Color Hex Logo

#aea43b Color Hex

#AEA43B
(174,164,59)
0 Favorites   0 Comments

Color spaces of #aea43b

RGB 17416459
HSL0.150.490.46
HSV55°66°68°
CMYK 0.000.060.66   0.32
XYZ31.520435.86549.3991
Yxy35.86540.41050.4671
Hunter Lab59.8877-10.854532.6161
CIE-Lab66.4170-9.156553.7077

#aea43b color RGB value is (174,164,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 00111011
Octal 256 244 73
Decimal 174 164 59
Hex AE A4 3B

RGB Percentages of Color #aea43b

%43.83
%41.31
%14.86

CMYK Percentages of Color #aea43b

%0
%6
%66
%32

Triadic Colors of #aea43b

#aea43b #3baea4 #a43bae

Analogous Colors of #aea43b

#aea43b #7fae3b #ae6b3b

Monochromatic Colors of #aea43b

#aea43b

Complementary Color

#aea43b #3b45ae

#aea43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea43b Color CSS Codes

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

#aea43b Text Font Color

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

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


#aea43b Background Color

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

This div background color is #aea43b


#aea43b Border Color

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

This div border color is #aea43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea43b


Comments

No comments written yet.

Please login to write comment.