Color Hex Logo

#aab306 Color Hex

#AAB306
(170,179,6)
0 Favorites   0 Comments

Color spaces of #aab306

RGB 1701796
HSL0.180.940.36
HSV63°97°70°
CMYK 0.050.000.97   0.30
XYZ32.730540.79946.3223
Yxy40.79940.40990.5109
Hunter Lab63.8744-20.313338.8436
CIE-Lab70.0351-20.378870.8900

#aab306 color RGB value is (170,179,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 00000110
Octal 252 263 6
Decimal 170 179 6
Hex AA B3 6

RGB Percentages of Color #aab306

%47.89
%50.42
%1.69

CMYK Percentages of Color #aab306

%5
%0
%97
%30

Triadic Colors of #aab306

#aab306 #06aab3 #b306aa

Analogous Colors of #aab306

#aab306 #54b306 #b36606

Monochromatic Colors of #aab306

#aab306

Complementary Color

#aab306 #0f06b3

#aab306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab306 Color CSS Codes

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

#aab306 Text Font Color

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

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


#aab306 Background Color

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

This div background color is #aab306


#aab306 Border Color

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

This div border color is #aab306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab306


Comments

No comments written yet.

Please login to write comment.