Color Hex Logo

#aadb6b Color Hex

#AADB6B
(170,219,107)
0 Favorites   0 Comments

Color spaces of #aadb6b

RGB 170219107
HSL0.240.610.64
HSV86°51°86°
CMYK 0.220.000.51   0.14
XYZ44.562960.270623.1946
Yxy60.27060.34810.4708
Hunter Lab77.6341-33.398736.6299
CIE-Lab81.9851-33.917349.4936

#aadb6b color RGB value is (170,219,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 01101011
Octal 252 333 153
Decimal 170 219 107
Hex AA DB 6B

RGB Percentages of Color #aadb6b

%34.27
%44.15
%21.57

CMYK Percentages of Color #aadb6b

%22
%0
%51
%14

Triadic Colors of #aadb6b

#aadb6b #6baadb #db6baa

Analogous Colors of #aadb6b

#aadb6b #72db6b #dbd46b

Monochromatic Colors of #aadb6b

#aadb6b

Complementary Color

#aadb6b #9c6bdb

#aadb6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadb6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadb6b Color CSS Codes

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

#aadb6b Text Font Color

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

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


#aadb6b Background Color

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

This div background color is #aadb6b


#aadb6b Border Color

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

This div border color is #aadb6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadb6b


Comments

No comments written yet.

Please login to write comment.