Color Hex Logo

#aad779 Color Hex

#AAD779
(170,215,121)
0 Favorites   0 Comments

Color spaces of #aad779

RGB 170215121
HSL0.250.540.66
HSV89°44°84°
CMYK 0.210.000.44   0.16
XYZ44.329258.527427.0497
Yxy58.52740.34120.4505
Hunter Lab76.5032-30.450132.5887
CIE-Lab81.0311-30.485841.5674

#aad779 color RGB value is (170,215,121).

#aad779 hex color red value is 170, green value is 215 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #aad779 hue: 0.25 , saturation: 0.54 and the lightness value of aad779 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 01111001
Octal 252 327 171
Decimal 170 215 121
Hex AA D7 79

RGB Percentages of Color #aad779

%33.60
%42.49
%23.91

CMYK Percentages of Color #aad779

%21
%0
%44
%16

Triadic Colors of #aad779

#aad779 #79aad7 #d779aa

Analogous Colors of #aad779

#aad779 #7bd779 #d7d579

Monochromatic Colors of #aad779

#aad779

Complementary Color

#aad779 #a679d7

#aad779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad779 Color CSS Codes

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

#aad779 Text Font Color

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

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


#aad779 Background Color

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

This div background color is #aad779


#aad779 Border Color

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

This div border color is #aad779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad779


Comments

No comments written yet.

Please login to write comment.