Color Hex Logo

#aad86b Color Hex

#AAD86B
(170,216,107)
0 Favorites   0 Comments

Color spaces of #aad86b

RGB 170216107
HSL0.240.580.63
HSV85°50°85°
CMYK 0.210.000.50   0.15
XYZ43.787358.719322.9360
Yxy58.71930.34910.4681
Hunter Lab76.6285-32.100935.8936
CIE-Lab81.1371-32.528948.4771

#aad86b color RGB value is (170,216,107).

#aad86b hex color red value is 170, green value is 216 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aad86b hue: 0.24 , saturation: 0.58 and the lightness value of aad86b is 0.63.

The process color (four color CMYK) of #aad86b color hex is 0.21, 0.00, 0.50, 0.15. Web safe color of #aad86b is #99cc66. Color #aad86b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 01101011
Octal 252 330 153
Decimal 170 216 107
Hex AA D8 6B

RGB Percentages of Color #aad86b

%34.48
%43.81
%21.70

CMYK Percentages of Color #aad86b

%21
%0
%50
%15

Triadic Colors of #aad86b

#aad86b #6baad8 #d86baa

Analogous Colors of #aad86b

#aad86b #74d86b #d8d06b

Monochromatic Colors of #aad86b

#aad86b

Complementary Color

#aad86b #996bd8

#aad86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad86b Color CSS Codes

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

#aad86b Text Font Color

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

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


#aad86b Background Color

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

This div background color is #aad86b


#aad86b Border Color

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

This div border color is #aad86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad86b


Comments

No comments written yet.

Please login to write comment.