Color Hex Logo

#aaaa01 Color Hex

#AAAA01
(170,170,1)
0 Favorites   0 Comments

Color spaces of #aaaa01

RGB 1701701
HSL0.170.990.34
HSV60°99°67°
CMYK 0.000.000.99   0.33
XYZ30.957837.29775.5962
Yxy37.29770.41920.5050
Hunter Lab61.0718-16.392737.3174
CIE-Lab67.4998-15.895369.6049

#aaaa01 color RGB value is (170,170,1).

#aaaa01 hex color red value is 170, green value is 170 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #aaaa01 hue: 0.17 , saturation: 0.99 and the lightness value of aaaa01 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 00000001
Octal 252 252 1
Decimal 170 170 1
Hex AA AA 1

RGB Percentages of Color #aaaa01

%49.85
%49.85
%0.29

CMYK Percentages of Color #aaaa01

%0
%0
%99
%33

Triadic Colors of #aaaa01

#aaaa01 #01aaaa #aa01aa

Analogous Colors of #aaaa01

#aaaa01 #56aa01 #aa5601

Monochromatic Colors of #aaaa01

#aaaa01

Complementary Color

#aaaa01 #0101aa

#aaaa01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaa01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaa01 Color CSS Codes

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

#aaaa01 Text Font Color

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

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


#aaaa01 Background Color

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

This div background color is #aaaa01


#aaaa01 Border Color

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

This div border color is #aaaa01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaa01


Comments

No comments written yet.

Please login to write comment.