Color Hex Logo

#aad78f Color Hex

#AAD78F
(170,215,143)
0 Favorites   0 Comments

Color spaces of #aad78f

RGB 170215143
HSL0.270.470.70
HSV98°33°84°
CMYK 0.210.000.33   0.16
XYZ45.835959.130134.9840
Yxy59.13010.32750.4225
Hunter Lab76.8961-28.168726.8532
CIE-Lab81.3631-27.572330.8844

#aad78f color RGB value is (170,215,143).

#aad78f hex color red value is 170, green value is 215 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aad78f hue: 0.27 , saturation: 0.47 and the lightness value of aad78f is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 10001111
Octal 252 327 217
Decimal 170 215 143
Hex AA D7 8F

RGB Percentages of Color #aad78f

%32.20
%40.72
%27.08

CMYK Percentages of Color #aad78f

%21
%0
%33
%16

Triadic Colors of #aad78f

#aad78f #8faad7 #d78faa

Analogous Colors of #aad78f

#aad78f #8fd798 #ced78f

Monochromatic Colors of #aad78f

#aad78f

Complementary Color

#aad78f #bc8fd7

#aad78f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad78f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad78f Color CSS Codes

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

#aad78f Text Font Color

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

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


#aad78f Background Color

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

This div background color is #aad78f


#aad78f Border Color

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

This div border color is #aad78f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad78f


Comments

No comments written yet.

Please login to write comment.