Color Hex Logo

#aadd8b Color Hex

#AADD8B
(170,221,139)
0 Favorites   0 Comments

Color spaces of #aadd8b

RGB 170221139
HSL0.270.550.71
HSV97°37°87°
CMYK 0.230.000.37   0.13
XYZ47.094262.123033.9349
Yxy62.12300.32900.4340
Hunter Lab78.8181-31.277229.6456
CIE-Lab82.9788-30.981035.0534

#aadd8b color RGB value is (170,221,139).

#aadd8b hex color red value is 170, green value is 221 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aadd8b hue: 0.27 , saturation: 0.55 and the lightness value of aadd8b is 0.71.

The process color (four color CMYK) of #aadd8b color hex is 0.23, 0.00, 0.37, 0.13. Web safe color of #aadd8b is #99cc99. Color #aadd8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 10001011
Octal 252 335 213
Decimal 170 221 139
Hex AA DD 8B

RGB Percentages of Color #aadd8b

%32.08
%41.70
%26.23

CMYK Percentages of Color #aadd8b

%23
%0
%37
%13

Triadic Colors of #aadd8b

#aadd8b #8baadd #dd8baa

Analogous Colors of #aadd8b

#aadd8b #8bdd95 #d3dd8b

Monochromatic Colors of #aadd8b

#aadd8b

Complementary Color

#aadd8b #be8bdd

#aadd8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadd8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadd8b Color CSS Codes

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

#aadd8b Text Font Color

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

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


#aadd8b Background Color

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

This div background color is #aadd8b


#aadd8b Border Color

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

This div border color is #aadd8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadd8b


Comments

No comments written yet.

Please login to write comment.