Color Hex Logo

#aaaa21 Color Hex

#AAAA21
(170,170,33)
0 Favorites   0 Comments

Color spaces of #aaaa21

RGB 17017033
HSL0.170.670.40
HSV60°81°67°
CMYK 0.000.000.81   0.33
XYZ31.226837.40537.0130
Yxy37.40530.41280.4945
Hunter Lab61.1599-15.891936.0133
CIE-Lab67.5800-15.247663.9336

#aaaa21 color RGB value is (170,170,33).

#aaaa21 hex color red value is 170, green value is 170 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #aaaa21 hue: 0.17 , saturation: 0.67 and the lightness value of aaaa21 is 0.40.

The process color (four color CMYK) of #aaaa21 color hex is 0.00, 0.00, 0.81, 0.33. Web safe color of #aaaa21 is #999933. Color #aaaa21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 00100001
Octal 252 252 41
Decimal 170 170 33
Hex AA AA 21

RGB Percentages of Color #aaaa21

%45.58
%45.58
%8.85

CMYK Percentages of Color #aaaa21

%0
%0
%81
%33

Triadic Colors of #aaaa21

#aaaa21 #21aaaa #aa21aa

Analogous Colors of #aaaa21

#aaaa21 #66aa21 #aa6621

Monochromatic Colors of #aaaa21

#aaaa21

Complementary Color

#aaaa21 #2121aa

#aaaa21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaa21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaa21 Color CSS Codes

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

#aaaa21 Text Font Color

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

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


#aaaa21 Background Color

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

This div background color is #aaaa21


#aaaa21 Border Color

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

This div border color is #aaaa21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaa21


Comments

No comments written yet.

Please login to write comment.