Color Hex Logo

#aea318 Color Hex

#AEA318
(174,163,24)
0 Favorites   0 Comments

Color spaces of #aea318

RGB 17416324
HSL0.150.760.39
HSV56°86°68°
CMYK 0.000.060.86   0.32
XYZ30.717635.25906.0508
Yxy35.25900.42650.4895
Hunter Lab59.3793-11.573635.5238
CIE-Lab65.9498-10.106564.9712

#aea318 color RGB value is (174,163,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 00011000
Octal 256 243 30
Decimal 174 163 24
Hex AE A3 18

RGB Percentages of Color #aea318

%48.20
%45.15
%6.65

CMYK Percentages of Color #aea318

%0
%6
%86
%32

Triadic Colors of #aea318

#aea318 #18aea3 #a318ae

Analogous Colors of #aea318

#aea318 #6eae18 #ae5818

Monochromatic Colors of #aea318

#aea318

Complementary Color

#aea318 #1823ae

#aea318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea318 Color CSS Codes

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

#aea318 Text Font Color

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

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


#aea318 Background Color

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

This div background color is #aea318


#aea318 Border Color

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

This div border color is #aea318


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,163,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 #aea318">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea318


Comments

No comments written yet.

Please login to write comment.