Color Hex Logo

#aadc8b Color Hex

#AADC8B
(170,220,139)
0 Favorites   0 Comments

Color spaces of #aadc8b

RGB 170220139
HSL0.270.540.70
HSV97°37°86°
CMYK 0.230.000.37   0.14
XYZ46.831061.596533.8472
Yxy61.59650.32920.4329
Hunter Lab78.4834-30.835229.3687
CIE-Lab82.6984-30.510834.6868

#aadc8b color RGB value is (170,220,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 10001011
Octal 252 334 213
Decimal 170 220 139
Hex AA DC 8B

RGB Percentages of Color #aadc8b

%32.14
%41.59
%26.28

CMYK Percentages of Color #aadc8b

%23
%0
%37
%14

Triadic Colors of #aadc8b

#aadc8b #8baadc #dc8baa

Analogous Colors of #aadc8b

#aadc8b #8bdc95 #d3dc8b

Monochromatic Colors of #aadc8b

#aadc8b

Complementary Color

#aadc8b #bd8bdc

#aadc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadc8b Color CSS Codes

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

#aadc8b Text Font Color

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

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


#aadc8b Background Color

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

This div background color is #aadc8b


#aadc8b Border Color

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

This div border color is #aadc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadc8b


Comments

No comments written yet.

Please login to write comment.