Color Hex Logo

#aad76a Color Hex

#AAD76A
(170,215,106)
0 Favorites   0 Comments

Color spaces of #aad76a

RGB 170215106
HSL0.240.580.63
HSV85°51°84°
CMYK 0.210.000.51   0.16
XYZ43.479558.187522.5754
Yxy58.18750.35000.4683
Hunter Lab76.2807-31.747535.8495
CIE-Lab80.8429-32.168148.5969

#aad76a color RGB value is (170,215,106).

#aad76a hex color red value is 170, green value is 215 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #aad76a hue: 0.24 , saturation: 0.58 and the lightness value of aad76a is 0.63.

The process color (four color CMYK) of #aad76a color hex is 0.21, 0.00, 0.51, 0.16. Web safe color of #aad76a is #99cc66. Color #aad76a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 01101010
Octal 252 327 152
Decimal 170 215 106
Hex AA D7 6A

RGB Percentages of Color #aad76a

%34.62
%43.79
%21.59

CMYK Percentages of Color #aad76a

%21
%0
%51
%16

Triadic Colors of #aad76a

#aad76a #6aaad7 #d76aaa

Analogous Colors of #aad76a

#aad76a #74d76a #d7ce6a

Monochromatic Colors of #aad76a

#aad76a

Complementary Color

#aad76a #976ad7

#aad76a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad76a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad76a Color CSS Codes

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

#aad76a Text Font Color

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

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


#aad76a Background Color

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

This div background color is #aad76a


#aad76a Border Color

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

This div border color is #aad76a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad76a


Comments

No comments written yet.

Please login to write comment.