Color Hex Logo

#aab822 Color Hex

#AAB822
(170,184,34)
0 Favorites   0 Comments

Color spaces of #aab822

RGB 17018434
HSL0.180.690.43
HSV66°82°72°
CMYK 0.080.000.82   0.28
XYZ34.006842.94258.0098
Yxy42.94250.40030.5054
Hunter Lab65.5305-22.046638.6243
CIE-Lab71.5159-22.264167.0883

#aab822 color RGB value is (170,184,34).

#aab822 hex color red value is 170, green value is 184 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #aab822 hue: 0.18 , saturation: 0.69 and the lightness value of aab822 is 0.43.

The process color (four color CMYK) of #aab822 color hex is 0.08, 0.00, 0.82, 0.28. Web safe color of #aab822 is #99cc33. Color #aab822 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 00100010
Octal 252 270 42
Decimal 170 184 34
Hex AA B8 22

RGB Percentages of Color #aab822

%43.81
%47.42
%8.76

CMYK Percentages of Color #aab822

%8
%0
%82
%28

Triadic Colors of #aab822

#aab822 #22aab8 #b822aa

Analogous Colors of #aab822

#aab822 #5fb822 #b87b22

Monochromatic Colors of #aab822

#aab822

Complementary Color

#aab822 #3022b8

#aab822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab822 Color CSS Codes

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

#aab822 Text Font Color

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

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


#aab822 Background Color

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

This div background color is #aab822


#aab822 Border Color

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

This div border color is #aab822


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab822


Comments

No comments written yet.

Please login to write comment.