Color Hex Logo

#aad22f Color Hex

#AAD22F
(170,210,47)
0 Favorites   0 Comments

Color spaces of #aad22f

RGB 17021047
HSL0.210.640.50
HSV75°78°82°
CMYK 0.190.000.78   0.18
XYZ40.137254.844511.1599
Yxy54.84450.37810.5167
Hunter Lab74.0571-32.857142.9053
CIE-Lab78.9516-34.151970.1124

#aad22f color RGB value is (170,210,47).

#aad22f hex color red value is 170, green value is 210 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #aad22f hue: 0.21 , saturation: 0.64 and the lightness value of aad22f is 0.50.

The process color (four color CMYK) of #aad22f color hex is 0.19, 0.00, 0.78, 0.18. Web safe color of #aad22f is #99cc33. Color #aad22f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 00101111
Octal 252 322 57
Decimal 170 210 47
Hex AA D2 2F

RGB Percentages of Color #aad22f

%39.81
%49.18
%11.01

CMYK Percentages of Color #aad22f

%19
%0
%78
%18

Triadic Colors of #aad22f

#aad22f #2faad2 #d22faa

Analogous Colors of #aad22f

#aad22f #58d22f #d2a92f

Monochromatic Colors of #aad22f

#aad22f

Complementary Color

#aad22f #572fd2

#aad22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad22f Color CSS Codes

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

#aad22f Text Font Color

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

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


#aad22f Background Color

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

This div background color is #aad22f


#aad22f Border Color

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

This div border color is #aad22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad22f


Comments

No comments written yet.

Please login to write comment.