Color Hex Logo

#aad822 Color Hex

#AAD822
(170,216,34)
0 Favorites   0 Comments

Color spaces of #aad822

RGB 17021634
HSL0.210.730.49
HSV75°84°85°
CMYK 0.210.000.84   0.15
XYZ41.422257.773310.4816
Yxy57.77330.37770.5268
Hunter Lab76.0087-35.738845.0300
CIE-Lab80.6126-37.350074.9122

#aad822 color RGB value is (170,216,34).

#aad822 hex color red value is 170, green value is 216 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #aad822 hue: 0.21 , saturation: 0.73 and the lightness value of aad822 is 0.49.

The process color (four color CMYK) of #aad822 color hex is 0.21, 0.00, 0.84, 0.15. Web safe color of #aad822 is #99cc33. Color #aad822 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 00100010
Octal 252 330 42
Decimal 170 216 34
Hex AA D8 22

RGB Percentages of Color #aad822

%40.48
%51.43
%8.10

CMYK Percentages of Color #aad822

%21
%0
%84
%15

Triadic Colors of #aad822

#aad822 #22aad8 #d822aa

Analogous Colors of #aad822

#aad822 #4fd822 #d8ab22

Monochromatic Colors of #aad822

#aad822

Complementary Color

#aad822 #5022d8

#aad822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad822 Color CSS Codes

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

#aad822 Text Font Color

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

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


#aad822 Background Color

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

This div background color is #aad822


#aad822 Border Color

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

This div border color is #aad822


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad822


Comments

No comments written yet.

Please login to write comment.