Color Hex Logo

#aaad14 Color Hex

#AAAD14
(170,173,20)
0 Favorites   0 Comments

Color spaces of #aaad14

RGB 17017320
HSL0.170.790.38
HSV61°88°68°
CMYK 0.020.000.88   0.32
XYZ31.647438.48376.4219
Yxy38.48370.41340.5027
Hunter Lab62.0352-17.499537.2869
CIE-Lab68.3756-17.134867.6241

#aaad14 color RGB value is (170,173,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 00010100
Octal 252 255 24
Decimal 170 173 20
Hex AA AD 14

RGB Percentages of Color #aaad14

%46.83
%47.66
%5.51

CMYK Percentages of Color #aaad14

%2
%0
%88
%32

Triadic Colors of #aaad14

#aaad14 #14aaad #ad14aa

Analogous Colors of #aaad14

#aaad14 #5ead14 #ad6314

Monochromatic Colors of #aaad14

#aaad14

Complementary Color

#aaad14 #1714ad

#aaad14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad14 Color CSS Codes

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

#aaad14 Text Font Color

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

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


#aaad14 Background Color

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

This div background color is #aaad14


#aaad14 Border Color

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

This div border color is #aaad14


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,173,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad14


Comments

No comments written yet.

Please login to write comment.