Color Hex Logo

#aea418 Color Hex

#AEA418
(174,164,24)
0 Favorites   0 Comments

Color spaces of #aea418

RGB 17416424
HSL0.160.760.39
HSV56°86°68°
CMYK 0.000.060.86   0.32
XYZ30.895935.61556.1103
Yxy35.61550.42540.4904
Hunter Lab59.6787-12.027635.7046
CIE-Lab66.2251-10.630465.1964

#aea418 color RGB value is (174,164,24).

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

The process color (four color CMYK) of #aea418 color hex is 0.00, 0.06, 0.86, 0.32. Web safe color of #aea418 is #999900. Color #aea418 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 00011000
Octal 256 244 30
Decimal 174 164 24
Hex AE A4 18

RGB Percentages of Color #aea418

%48.07
%45.30
%6.63

CMYK Percentages of Color #aea418

%0
%6
%86
%32

Triadic Colors of #aea418

#aea418 #18aea4 #a418ae

Analogous Colors of #aea418

#aea418 #6dae18 #ae5918

Monochromatic Colors of #aea418

#aea418

Complementary Color

#aea418 #1822ae

#aea418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea418 Color CSS Codes

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

#aea418 Text Font Color

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

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


#aea418 Background Color

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

This div background color is #aea418


#aea418 Border Color

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

This div border color is #aea418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea418


Comments

No comments written yet.

Please login to write comment.