Color Hex Logo

#aaad12 Color Hex

#AAAD12
(170,173,18)
0 Favorites   0 Comments

Color spaces of #aaad12

RGB 17017318
HSL0.170.810.37
HSV61°90°68°
CMYK 0.020.000.90   0.32
XYZ31.630338.47696.3319
Yxy38.47690.41380.5034
Hunter Lab62.0298-17.531137.3686
CIE-Lab68.3706-17.175867.9810

#aaad12 color RGB value is (170,173,18).

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

The process color (four color CMYK) of #aaad12 color hex is 0.02, 0.00, 0.90, 0.32. Web safe color of #aaad12 is #999900. Color #aaad12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 00010010
Octal 252 255 22
Decimal 170 173 18
Hex AA AD 12

RGB Percentages of Color #aaad12

%47.09
%47.92
%4.99

CMYK Percentages of Color #aaad12

%2
%0
%90
%32

Triadic Colors of #aaad12

#aaad12 #12aaad #ad12aa

Analogous Colors of #aaad12

#aaad12 #5dad12 #ad6212

Monochromatic Colors of #aaad12

#aaad12

Complementary Color

#aaad12 #1512ad

#aaad12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad12 Color CSS Codes

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

#aaad12 Text Font Color

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

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


#aaad12 Background Color

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

This div background color is #aaad12


#aaad12 Border Color

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

This div border color is #aaad12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad12


Comments

No comments written yet.

Please login to write comment.