Color Hex Logo

#aad82f Color Hex

#AAD82F
(170,216,47)
0 Favorites   0 Comments

Color spaces of #aad82f

RGB 17021647
HSL0.210.680.52
HSV76°78°85°
CMYK 0.210.000.78   0.15
XYZ41.646557.863011.6630
Yxy57.86300.37460.5205
Hunter Lab76.0677-35.391244.1568
CIE-Lab80.6626-36.882471.6764

#aad82f color RGB value is (170,216,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 00101111
Octal 252 330 57
Decimal 170 216 47
Hex AA D8 2F

RGB Percentages of Color #aad82f

%39.26
%49.88
%10.85

CMYK Percentages of Color #aad82f

%21
%0
%78
%15

Triadic Colors of #aad82f

#aad82f #2faad8 #d82faa

Analogous Colors of #aad82f

#aad82f #56d82f #d8b22f

Monochromatic Colors of #aad82f

#aad82f

Complementary Color

#aad82f #5d2fd8

#aad82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad82f Color CSS Codes

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

#aad82f Text Font Color

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

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


#aad82f Background Color

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

This div background color is #aad82f


#aad82f Border Color

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

This div border color is #aad82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad82f


Comments

No comments written yet.

Please login to write comment.