Color Hex Logo

#aaa402 Color Hex

#AAA402
(170,164,2)
0 Favorites   0 Comments

Color spaces of #aaa402

RGB 1701642
HSL0.160.980.34
HSV58°99°67°
CMYK 0.000.040.99   0.33
XYZ29.864035.10135.2587
Yxy35.10130.42530.4998
Hunter Lab59.2464-13.705536.2099
CIE-Lab65.8275-12.787368.2475

#aaa402 color RGB value is (170,164,2).

#aaa402 hex color red value is 170, green value is 164 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #aaa402 hue: 0.16 , saturation: 0.98 and the lightness value of aaa402 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 00000010
Octal 252 244 2
Decimal 170 164 2
Hex AA A4 2

RGB Percentages of Color #aaa402

%50.60
%48.81
%0.60

CMYK Percentages of Color #aaa402

%0
%4
%99
%33

Triadic Colors of #aaa402

#aaa402 #02aaa4 #a402aa

Analogous Colors of #aaa402

#aaa402 #5caa02 #aa5002

Monochromatic Colors of #aaa402

#aaa402

Complementary Color

#aaa402 #0208aa

#aaa402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa402 Color CSS Codes

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

#aaa402 Text Font Color

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

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


#aaa402 Background Color

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

This div background color is #aaa402


#aaa402 Border Color

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

This div border color is #aaa402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa402


Comments

No comments written yet.

Please login to write comment.