Color Hex Logo

#aab300 Color Hex

#AAB300
(170,179,0)
0 Favorites   0 Comments

Color spaces of #aab300

RGB 1701790
HSL0.181.000.35
HSV63°100°70°
CMYK 0.050.001.00   0.30
XYZ32.697740.78626.1492
Yxy40.78620.41060.5122
Hunter Lab63.8641-20.372138.9961
CIE-Lab70.0259-20.455971.5873

#aab300 color RGB value is (170,179,0).

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

The process color (four color CMYK) of #aab300 color hex is 0.05, 0.00, 1.00, 0.30. Web safe color of #aab300 is #99cc00. Color #aab300 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 00000000
Octal 252 263 0
Decimal 170 179 0
Hex AA B3 0

RGB Percentages of Color #aab300

%48.71
%51.29
%0.00

CMYK Percentages of Color #aab300

%5
%0
%100
%30

Triadic Colors of #aab300

#aab300 #00aab3 #b300aa

Analogous Colors of #aab300

#aab300 #51b300 #b36300

Monochromatic Colors of #aab300

#aab300

Complementary Color

#aab300 #0900b3

#aab300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab300 Color CSS Codes

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

#aab300 Text Font Color

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

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


#aab300 Background Color

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

This div background color is #aab300


#aab300 Border Color

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

This div border color is #aab300


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,179,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 #aab300">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab300


Comments

No comments written yet.

Please login to write comment.