Color Hex Logo

#aad56b Color Hex

#AAD56B
(170,213,107)
0 Favorites   0 Comments

Color spaces of #aad56b

RGB 170213107
HSL0.230.560.63
HSV84°50°84°
CMYK 0.200.000.50   0.16
XYZ43.025757.196122.6822
Yxy57.19610.35010.4654
Hunter Lab75.6281-30.798535.1576
CIE-Lab80.2898-31.128847.4568

#aad56b color RGB value is (170,213,107).

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

The process color (four color CMYK) of #aad56b color hex is 0.20, 0.00, 0.50, 0.16. Web safe color of #aad56b is #99cc66. Color #aad56b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010101 01101011
Octal 252 325 153
Decimal 170 213 107
Hex AA D5 6B

RGB Percentages of Color #aad56b

%34.69
%43.47
%21.84

CMYK Percentages of Color #aad56b

%20
%0
%50
%16

Triadic Colors of #aad56b

#aad56b #6baad5 #d56baa

Analogous Colors of #aad56b

#aad56b #75d56b #d5cb6b

Monochromatic Colors of #aad56b

#aad56b

Complementary Color

#aad56b #966bd5

#aad56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad56b Color CSS Codes

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

#aad56b Text Font Color

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

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


#aad56b Background Color

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

This div background color is #aad56b


#aad56b Border Color

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

This div border color is #aad56b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad56b


Comments

No comments written yet.

Please login to write comment.