Color Hex Logo

#aad38b Color Hex

#AAD38B
(170,211,139)
0 Favorites   0 Comments

Color spaces of #aad38b

RGB 170211139
HSL0.260.450.69
HSV94°34°83°
CMYK 0.190.000.34   0.17
XYZ44.532056.998733.0809
Yxy56.99870.33080.4234
Hunter Lab75.4975-26.832826.8690
CIE-Lab80.1789-26.221931.3731

#aad38b color RGB value is (170,211,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010011 10001011
Octal 252 323 213
Decimal 170 211 139
Hex AA D3 8B

RGB Percentages of Color #aad38b

%32.69
%40.58
%26.73

CMYK Percentages of Color #aad38b

%19
%0
%34
%17

Triadic Colors of #aad38b

#aad38b #8baad3 #d38baa

Analogous Colors of #aad38b

#aad38b #8bd390 #ced38b

Monochromatic Colors of #aad38b

#aad38b

Complementary Color

#aad38b #b48bd3

#aad38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad38b Color CSS Codes

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

#aad38b Text Font Color

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

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


#aad38b Background Color

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

This div background color is #aad38b


#aad38b Border Color

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

This div border color is #aad38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad38b


Comments

No comments written yet.

Please login to write comment.