Color Hex Logo

#aad798 Color Hex

#AAD798
(170,215,152)
0 Favorites   0 Comments

Color spaces of #aad798

RGB 170215152
HSL0.290.440.72
HSV103°29°84°
CMYK 0.210.000.29   0.16
XYZ46.545559.413938.7206
Yxy59.41390.32170.4107
Hunter Lab77.0804-27.102424.1725
CIE-Lab81.5186-26.229626.4396

#aad798 color RGB value is (170,215,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 10011000
Octal 252 327 230
Decimal 170 215 152
Hex AA D7 98

RGB Percentages of Color #aad798

%31.66
%40.04
%28.31

CMYK Percentages of Color #aad798

%21
%0
%29
%16

Triadic Colors of #aad798

#aad798 #98aad7 #d798aa

Analogous Colors of #aad798

#aad798 #98d7a6 #cad798

Monochromatic Colors of #aad798

#aad798

Complementary Color

#aad798 #c598d7

#aad798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad798 Color CSS Codes

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

#aad798 Text Font Color

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

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


#aad798 Background Color

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

This div background color is #aad798


#aad798 Border Color

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

This div border color is #aad798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad798


Comments

No comments written yet.

Please login to write comment.