Color Hex Logo

#aad799 Color Hex

#AAD799
(170,215,153)
0 Favorites   0 Comments

Color spaces of #aad799

RGB 170215153
HSL0.290.440.72
HSV104°29°84°
CMYK 0.210.000.29   0.16
XYZ46.627859.446839.1538
Yxy59.44680.32110.4093
Hunter Lab77.1018-26.979023.8626
CIE-Lab81.5366-26.075025.9441

#aad799 color RGB value is (170,215,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 10011001
Octal 252 327 231
Decimal 170 215 153
Hex AA D7 99

RGB Percentages of Color #aad799

%31.60
%39.96
%28.44

CMYK Percentages of Color #aad799

%21
%0
%29
%16

Triadic Colors of #aad799

#aad799 #99aad7 #d799aa

Analogous Colors of #aad799

#aad799 #99d7a7 #c9d799

Monochromatic Colors of #aad799

#aad799

Complementary Color

#aad799 #c699d7

#aad799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad799 Color CSS Codes

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

#aad799 Text Font Color

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

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


#aad799 Background Color

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

This div background color is #aad799


#aad799 Border Color

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

This div border color is #aad799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad799


Comments

No comments written yet.

Please login to write comment.