Color Hex Logo

#aaa914 Color Hex

#AAA914
(170,169,20)
0 Favorites   0 Comments

Color spaces of #aaa914

RGB 17016920
HSL0.170.790.37
HSV60°88°67°
CMYK 0.000.010.88   0.33
XYZ30.891836.97256.1701
Yxy36.97250.41730.4994
Hunter Lab60.8050-15.722436.5471
CIE-Lab67.2564-15.090966.7256

#aaa914 color RGB value is (170,169,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 00010100
Octal 252 251 24
Decimal 170 169 20
Hex AA A9 14

RGB Percentages of Color #aaa914

%47.35
%47.08
%5.57

CMYK Percentages of Color #aaa914

%0
%1
%88
%33

Triadic Colors of #aaa914

#aaa914 #14aaa9 #a914aa

Analogous Colors of #aaa914

#aaa914 #60aa14 #aa5e14

Monochromatic Colors of #aaa914

#aaa914

Complementary Color

#aaa914 #1415aa

#aaa914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa914 Color CSS Codes

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

#aaa914 Text Font Color

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

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


#aaa914 Background Color

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

This div background color is #aaa914


#aaa914 Border Color

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

This div border color is #aaa914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa914


Comments

No comments written yet.

Please login to write comment.