Color Hex Logo

#aea212 Color Hex

#AEA212
(174,162,18)
0 Favorites   0 Comments

Color spaces of #aea212

RGB 17416218
HSL0.150.810.38
HSV55°90°68°
CMYK 0.000.070.90   0.32
XYZ30.485134.88305.6986
Yxy34.88300.42900.4908
Hunter Lab59.0618-11.224435.6227
CIE-Lab65.6575-9.714365.9776

#aea212 color RGB value is (174,162,18).

#aea212 hex color red value is 174, green value is 162 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #aea212 hue: 0.15 , saturation: 0.81 and the lightness value of aea212 is 0.38.

The process color (four color CMYK) of #aea212 color hex is 0.00, 0.07, 0.90, 0.32. Web safe color of #aea212 is #999900. Color #aea212 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100010 00010010
Octal 256 242 22
Decimal 174 162 18
Hex AE A2 12

RGB Percentages of Color #aea212

%49.15
%45.76
%5.08

CMYK Percentages of Color #aea212

%0
%7
%90
%32

Triadic Colors of #aea212

#aea212 #12aea2 #a212ae

Analogous Colors of #aea212

#aea212 #6cae12 #ae5412

Monochromatic Colors of #aea212

#aea212

Complementary Color

#aea212 #121eae

#aea212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea212 Color CSS Codes

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

#aea212 Text Font Color

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

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


#aea212 Background Color

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

This div background color is #aea212


#aea212 Border Color

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

This div border color is #aea212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea212


Comments

No comments written yet.

Please login to write comment.