Color Hex Logo

#aad699 Color Hex

#AAD699
(170,214,153)
0 Favorites   0 Comments

Color spaces of #aad699

RGB 170214153
HSL0.290.430.72
HSV103°29°84°
CMYK 0.210.000.29   0.16
XYZ46.373958.939139.0692
Yxy58.93910.32120.4082
Hunter Lab76.7718-26.528023.5676
CIE-Lab81.2581-25.591825.5665

#aad699 color RGB value is (170,214,153).

#aad699 hex color red value is 170, green value is 214 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #aad699 hue: 0.29 , saturation: 0.43 and the lightness value of aad699 is 0.72.

The process color (four color CMYK) of #aad699 color hex is 0.21, 0.00, 0.29, 0.16. Web safe color of #aad699 is #99cc99. Color #aad699 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 10011001
Octal 252 326 231
Decimal 170 214 153
Hex AA D6 99

RGB Percentages of Color #aad699

%31.66
%39.85
%28.49

CMYK Percentages of Color #aad699

%21
%0
%29
%16

Triadic Colors of #aad699

#aad699 #99aad6 #d699aa

Analogous Colors of #aad699

#aad699 #99d6a7 #c9d699

Monochromatic Colors of #aad699

#aad699

Complementary Color

#aad699 #c599d6

#aad699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad699 Color CSS Codes

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

#aad699 Text Font Color

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

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


#aad699 Background Color

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

This div background color is #aad699


#aad699 Border Color

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

This div border color is #aad699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad699


Comments

No comments written yet.

Please login to write comment.