Color Hex Logo

#aab400 Color Hex

#AAB400
(170,180,0)
0 Favorites   0 Comments

Color spaces of #aab400

RGB 1701800
HSL0.181.000.35
HSV63°100°71°
CMYK 0.060.001.00   0.29
XYZ32.898841.18866.2162
Yxy41.18860.40970.5129
Hunter Lab64.1783-20.810339.1821
CIE-Lab70.3079-20.954671.7959

#aab400 color RGB value is (170,180,0).

#aab400 hex color red value is 170, green value is 180 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #aab400 hue: 0.18 , saturation: 1.00 and the lightness value of aab400 is 0.35.

The process color (four color CMYK) of #aab400 color hex is 0.06, 0.00, 1.00, 0.29. Web safe color of #aab400 is #99cc00. Color #aab400 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 00000000
Octal 252 264 0
Decimal 170 180 0
Hex AA B4 0

RGB Percentages of Color #aab400

%48.57
%51.43
%0.00

CMYK Percentages of Color #aab400

%6
%0
%100
%29

Triadic Colors of #aab400

#aab400 #00aab4 #b400aa

Analogous Colors of #aab400

#aab400 #50b400 #b46400

Monochromatic Colors of #aab400

#aab400

Complementary Color

#aab400 #0a00b4

#aab400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab400 Color CSS Codes

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

#aab400 Text Font Color

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

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


#aab400 Background Color

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

This div background color is #aab400


#aab400 Border Color

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

This div border color is #aab400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab400

#aab400 Color Palettes


Comments

No comments written yet.

Please login to write comment.