Color Hex Logo

#aad18b Color Hex

#AAD18B
(170,209,139)
0 Favorites   0 Comments

Color spaces of #aad18b

RGB 170209139
HSL0.260.430.68
HSV93°33°82°
CMYK 0.190.000.33   0.18
XYZ44.038256.011132.9163
Yxy56.01110.33120.4212
Hunter Lab74.8406-25.936826.3115
CIE-Lab79.6201-25.254330.6331

#aad18b color RGB value is (170,209,139).

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

The process color (four color CMYK) of #aad18b color hex is 0.19, 0.00, 0.33, 0.18. Web safe color of #aad18b is #99cc99. Color #aad18b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 10001011
Octal 252 321 213
Decimal 170 209 139
Hex AA D1 8B

RGB Percentages of Color #aad18b

%32.82
%40.35
%26.83

CMYK Percentages of Color #aad18b

%19
%0
%33
%18

Triadic Colors of #aad18b

#aad18b #8baad1 #d18baa

Analogous Colors of #aad18b

#aad18b #8bd18f #cdd18b

Monochromatic Colors of #aad18b

#aad18b

Complementary Color

#aad18b #b28bd1

#aad18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad18b Color CSS Codes

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

#aad18b Text Font Color

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

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


#aad18b Background Color

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

This div background color is #aad18b


#aad18b Border Color

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

This div border color is #aad18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad18b


Comments

No comments written yet.

Please login to write comment.