Color Hex Logo

#aad16b Color Hex

#AAD16B
(170,209,107)
0 Favorites   0 Comments

Color spaces of #aad16b

RGB 170209107
HSL0.230.530.62
HSV83°49°82°
CMYK 0.190.000.49   0.18
XYZ42.031955.208522.3509
Yxy55.20850.35150.4616
Hunter Lab74.3024-29.054134.1767
CIE-Lab79.1612-29.243246.0911

#aad16b color RGB value is (170,209,107).

#aad16b hex color red value is 170, green value is 209 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aad16b hue: 0.23 , saturation: 0.53 and the lightness value of aad16b is 0.62.

The process color (four color CMYK) of #aad16b color hex is 0.19, 0.00, 0.49, 0.18. Web safe color of #aad16b is #99cc66. Color #aad16b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 01101011
Octal 252 321 153
Decimal 170 209 107
Hex AA D1 6B

RGB Percentages of Color #aad16b

%34.98
%43.00
%22.02

CMYK Percentages of Color #aad16b

%19
%0
%49
%18

Triadic Colors of #aad16b

#aad16b #6baad1 #d16baa

Analogous Colors of #aad16b

#aad16b #77d16b #d1c56b

Monochromatic Colors of #aad16b

#aad16b

Complementary Color

#aad16b #926bd1

#aad16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad16b Color CSS Codes

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

#aad16b Text Font Color

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

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


#aad16b Background Color

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

This div background color is #aad16b


#aad16b Border Color

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

This div border color is #aad16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad16b


Comments

No comments written yet.

Please login to write comment.