Color Hex Logo

#aad38c Color Hex

#AAD38C
(170,211,140)
0 Favorites   0 Comments

Color spaces of #aad38c

RGB 170211140
HSL0.260.450.69
HSV95°34°83°
CMYK 0.190.000.34   0.17
XYZ44.605557.028033.4675
Yxy57.02800.33020.4221
Hunter Lab75.5169-26.720126.5857
CIE-Lab80.1953-26.079330.8797

#aad38c color RGB value is (170,211,140).

#aad38c hex color red value is 170, green value is 211 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #aad38c hue: 0.26 , saturation: 0.45 and the lightness value of aad38c is 0.69.

The process color (four color CMYK) of #aad38c color hex is 0.19, 0.00, 0.34, 0.17. Web safe color of #aad38c is #99cc99. Color #aad38c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010011 10001100
Octal 252 323 214
Decimal 170 211 140
Hex AA D3 8C

RGB Percentages of Color #aad38c

%32.63
%40.50
%26.87

CMYK Percentages of Color #aad38c

%19
%0
%34
%17

Triadic Colors of #aad38c

#aad38c #8caad3 #d38caa

Analogous Colors of #aad38c

#aad38c #8cd392 #ced38c

Monochromatic Colors of #aad38c

#aad38c

Complementary Color

#aad38c #b58cd3

#aad38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad38c Color CSS Codes

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

#aad38c Text Font Color

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

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


#aad38c Background Color

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

This div background color is #aad38c


#aad38c Border Color

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

This div border color is #aad38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad38c


Comments

No comments written yet.

Please login to write comment.