Color Hex Logo

#aea41a Color Hex

#AEA41A
(174,164,26)
0 Favorites   0 Comments

Color spaces of #aea41a

RGB 17416426
HSL0.160.740.39
HSV56°85°68°
CMYK 0.000.060.85   0.32
XYZ30.917535.62426.2239
Yxy35.62420.42490.4896
Hunter Lab59.6860-11.987135.5976
CIE-Lab66.2318-10.579264.7363

#aea41a color RGB value is (174,164,26).

#aea41a hex color red value is 174, green value is 164 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #aea41a hue: 0.16 , saturation: 0.74 and the lightness value of aea41a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 00011010
Octal 256 244 32
Decimal 174 164 26
Hex AE A4 1A

RGB Percentages of Color #aea41a

%47.80
%45.05
%7.14

CMYK Percentages of Color #aea41a

%0
%6
%85
%32

Triadic Colors of #aea41a

#aea41a #1aaea4 #a41aae

Analogous Colors of #aea41a

#aea41a #6eae1a #ae5a1a

Monochromatic Colors of #aea41a

#aea41a

Complementary Color

#aea41a #1a24ae

#aea41a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea41a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea41a Color CSS Codes

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

#aea41a Text Font Color

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

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


#aea41a Background Color

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

This div background color is #aea41a


#aea41a Border Color

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

This div border color is #aea41a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea41a


Comments

No comments written yet.

Please login to write comment.