Color Hex Logo

#aad89b Color Hex

#AAD89B
(170,216,155)
0 Favorites   0 Comments

Color spaces of #aad89b

RGB 170216155
HSL0.290.440.73
HSV105°28°85°
CMYK 0.210.000.28   0.15
XYZ47.049860.024340.1164
Yxy60.02430.31970.4078
Hunter Lab77.4754-27.181123.5326
CIE-Lab81.8514-26.246025.3308

#aad89b color RGB value is (170,216,155).

#aad89b hex color red value is 170, green value is 216 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #aad89b hue: 0.29 , saturation: 0.44 and the lightness value of aad89b is 0.73.

The process color (four color CMYK) of #aad89b color hex is 0.21, 0.00, 0.28, 0.15. Web safe color of #aad89b is #99cc99. Color #aad89b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 10011011
Octal 252 330 233
Decimal 170 216 155
Hex AA D8 9B

RGB Percentages of Color #aad89b

%31.42
%39.93
%28.65

CMYK Percentages of Color #aad89b

%21
%0
%28
%15

Triadic Colors of #aad89b

#aad89b #9baad8 #d89baa

Analogous Colors of #aad89b

#aad89b #9bd8ab #c9d89b

Monochromatic Colors of #aad89b

#aad89b

Complementary Color

#aad89b #c99bd8

#aad89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad89b Color CSS Codes

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

#aad89b Text Font Color

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

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


#aad89b Background Color

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

This div background color is #aad89b


#aad89b Border Color

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

This div border color is #aad89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad89b


Comments

No comments written yet.

Please login to write comment.