Color Hex Logo

#aab030 Color Hex

#AAB030
(170,176,48)
0 Favorites   0 Comments

Color spaces of #aab030

RGB 17017648
HSL0.170.570.44
HSV63°73°69°
CMYK 0.030.000.73   0.31
XYZ32.636439.81018.7603
Yxy39.81010.40190.4902
Hunter Lab63.0952-18.086535.9347
CIE-Lab69.3341-17.693060.7868

#aab030 color RGB value is (170,176,48).

#aab030 hex color red value is 170, green value is 176 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #aab030 hue: 0.17 , saturation: 0.57 and the lightness value of aab030 is 0.44.

The process color (four color CMYK) of #aab030 color hex is 0.03, 0.00, 0.73, 0.31. Web safe color of #aab030 is #999933. Color #aab030 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 00110000
Octal 252 260 60
Decimal 170 176 48
Hex AA B0 30

RGB Percentages of Color #aab030

%43.15
%44.67
%12.18

CMYK Percentages of Color #aab030

%3
%0
%73
%31

Triadic Colors of #aab030

#aab030 #30aab0 #b030aa

Analogous Colors of #aab030

#aab030 #6ab030 #b07630

Monochromatic Colors of #aab030

#aab030

Complementary Color

#aab030 #3630b0

#aab030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab030 Color CSS Codes

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

#aab030 Text Font Color

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

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


#aab030 Background Color

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

This div background color is #aab030


#aab030 Border Color

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

This div border color is #aab030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab030


Comments

No comments written yet.

Please login to write comment.