Color Hex Logo

#aab02c Color Hex

#AAB02C
(170,176,44)
0 Favorites   0 Comments

Color spaces of #aab02c

RGB 17017644
HSL0.170.600.43
HSV63°75°69°
CMYK 0.030.000.75   0.31
XYZ32.557539.77868.3449
Yxy39.77860.40350.4930
Hunter Lab63.0703-18.229536.3045
CIE-Lab69.3115-17.878462.1349

#aab02c color RGB value is (170,176,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 00101100
Octal 252 260 54
Decimal 170 176 44
Hex AA B0 2C

RGB Percentages of Color #aab02c

%43.59
%45.13
%11.28

CMYK Percentages of Color #aab02c

%3
%0
%75
%31

Triadic Colors of #aab02c

#aab02c #2caab0 #b02caa

Analogous Colors of #aab02c

#aab02c #68b02c #b0742c

Monochromatic Colors of #aab02c

#aab02c

Complementary Color

#aab02c #322cb0

#aab02c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab02c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab02c Color CSS Codes

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

#aab02c Text Font Color

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

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


#aab02c Background Color

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

This div background color is #aab02c


#aab02c Border Color

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

This div border color is #aab02c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab02c


Comments

No comments written yet.

Please login to write comment.