Color Hex Logo

#aadb6f Color Hex

#AADB6F
(170,219,111)
0 Favorites   0 Comments

Color spaces of #aadb6f

RGB 170219111
HSL0.240.600.65
HSV87°49°86°
CMYK 0.220.000.49   0.14
XYZ44.778360.356824.3289
Yxy60.35680.34590.4662
Hunter Lab77.6896-33.074135.8158
CIE-Lab82.0317-33.493847.6579

#aadb6f color RGB value is (170,219,111).

#aadb6f hex color red value is 170, green value is 219 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aadb6f hue: 0.24 , saturation: 0.60 and the lightness value of aadb6f is 0.65.

The process color (four color CMYK) of #aadb6f color hex is 0.22, 0.00, 0.49, 0.14. Web safe color of #aadb6f is #99cc66. Color #aadb6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 01101111
Octal 252 333 157
Decimal 170 219 111
Hex AA DB 6F

RGB Percentages of Color #aadb6f

%34.00
%43.80
%22.20

CMYK Percentages of Color #aadb6f

%22
%0
%49
%14

Triadic Colors of #aadb6f

#aadb6f #6faadb #db6faa

Analogous Colors of #aadb6f

#aadb6f #74db6f #dbd66f

Monochromatic Colors of #aadb6f

#aadb6f

Complementary Color

#aadb6f #a06fdb

#aadb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadb6f Color CSS Codes

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

#aadb6f Text Font Color

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

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


#aadb6f Background Color

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

This div background color is #aadb6f


#aadb6f Border Color

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

This div border color is #aadb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadb6f


Comments

No comments written yet.

Please login to write comment.