Color Hex Logo

#aaaa12 Color Hex

#AAAA12
(170,170,18)
0 Favorites   0 Comments

Color spaces of #aaaa12

RGB 17017018
HSL0.170.810.37
HSV60°89°67°
CMYK 0.000.000.89   0.33
XYZ31.061537.33926.1423
Yxy37.33920.41670.5009
Hunter Lab61.1058-16.199536.8143
CIE-Lab67.5307-15.645167.3141

#aaaa12 color RGB value is (170,170,18).

#aaaa12 hex color red value is 170, green value is 170 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #aaaa12 hue: 0.17 , saturation: 0.81 and the lightness value of aaaa12 is 0.37.

The process color (four color CMYK) of #aaaa12 color hex is 0.00, 0.00, 0.89, 0.33. Web safe color of #aaaa12 is #999900. Color #aaaa12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 00010010
Octal 252 252 22
Decimal 170 170 18
Hex AA AA 12

RGB Percentages of Color #aaaa12

%47.49
%47.49
%5.03

CMYK Percentages of Color #aaaa12

%0
%0
%89
%33

Triadic Colors of #aaaa12

#aaaa12 #12aaaa #aa12aa

Analogous Colors of #aaaa12

#aaaa12 #5eaa12 #aa5e12

Monochromatic Colors of #aaaa12

#aaaa12

Complementary Color

#aaaa12 #1212aa

#aaaa12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaa12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaa12 Color CSS Codes

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

#aaaa12 Text Font Color

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

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


#aaaa12 Background Color

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

This div background color is #aaaa12


#aaaa12 Border Color

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

This div border color is #aaaa12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaa12


Comments

No comments written yet.

Please login to write comment.