Color Hex Logo

#aad84c Color Hex

#AAD84C
(170,216,76)
0 Favorites   0 Comments

Color spaces of #aad84c

RGB 17021676
HSL0.220.640.57
HSV80°65°85°
CMYK 0.210.000.65   0.15
XYZ42.437958.179615.8305
Yxy58.17960.36440.4996
Hunter Lab76.2756-34.169141.0876
CIE-Lab80.8385-35.250561.7971

#aad84c color RGB value is (170,216,76).

#aad84c hex color red value is 170, green value is 216 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #aad84c hue: 0.22 , saturation: 0.64 and the lightness value of aad84c is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 01001100
Octal 252 330 114
Decimal 170 216 76
Hex AA D8 4C

RGB Percentages of Color #aad84c

%36.80
%46.75
%16.45

CMYK Percentages of Color #aad84c

%21
%0
%65
%15

Triadic Colors of #aad84c

#aad84c #4caad8 #d84caa

Analogous Colors of #aad84c

#aad84c #64d84c #d8c04c

Monochromatic Colors of #aad84c

#aad84c

Complementary Color

#aad84c #7a4cd8

#aad84c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad84c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad84c Color CSS Codes

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

#aad84c Text Font Color

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

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


#aad84c Background Color

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

This div background color is #aad84c


#aad84c Border Color

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

This div border color is #aad84c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad84c


Comments

No comments written yet.

Please login to write comment.