Color Hex Logo

#aaaa03 Color Hex

#AAAA03
(170,170,3)
0 Favorites   0 Comments

Color spaces of #aaaa03

RGB 1701703
HSL0.170.970.34
HSV60°98°67°
CMYK 0.000.000.98   0.33
XYZ30.968737.30215.6539
Yxy37.30210.41890.5046
Hunter Lab61.0754-16.372437.2642
CIE-Lab67.5031-15.869169.3558

#aaaa03 color RGB value is (170,170,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 00000011
Octal 252 252 3
Decimal 170 170 3
Hex AA AA 3

RGB Percentages of Color #aaaa03

%49.56
%49.56
%0.87

CMYK Percentages of Color #aaaa03

%0
%0
%98
%33

Triadic Colors of #aaaa03

#aaaa03 #03aaaa #aa03aa

Analogous Colors of #aaaa03

#aaaa03 #57aa03 #aa5603

Monochromatic Colors of #aaaa03

#aaaa03

Complementary Color

#aaaa03 #0303aa

#aaaa03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaa03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaa03 Color CSS Codes

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

#aaaa03 Text Font Color

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

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


#aaaa03 Background Color

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

This div background color is #aaaa03


#aaaa03 Border Color

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

This div border color is #aaaa03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaa03


Comments

No comments written yet.

Please login to write comment.