Color Hex Logo

#aab022 Color Hex

#AAB022
(170,176,34)
0 Favorites   0 Comments

Color spaces of #aab022

RGB 17017634
HSL0.170.680.41
HSV63°81°69°
CMYK 0.030.000.81   0.31
XYZ32.391639.71227.4714
Yxy39.71220.40710.4991
Hunter Lab63.0176-18.530337.0829
CIE-Lab69.2641-18.268965.1271

#aab022 color RGB value is (170,176,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 00100010
Octal 252 260 42
Decimal 170 176 34
Hex AA B0 22

RGB Percentages of Color #aab022

%44.74
%46.32
%8.95

CMYK Percentages of Color #aab022

%3
%0
%81
%31

Triadic Colors of #aab022

#aab022 #22aab0 #b022aa

Analogous Colors of #aab022

#aab022 #63b022 #b06f22

Monochromatic Colors of #aab022

#aab022

Complementary Color

#aab022 #2822b0

#aab022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab022 Color CSS Codes

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

#aab022 Text Font Color

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

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


#aab022 Background Color

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

This div background color is #aab022


#aab022 Border Color

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

This div border color is #aab022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab022


Comments

No comments written yet.

Please login to write comment.