Color Hex Logo

#aada6c Color Hex

#AADA6C
(170,218,108)
0 Favorites   0 Comments

Color spaces of #aada6c

RGB 170218108
HSL0.240.600.64
HSV86°50°85°
CMYK 0.220.000.50   0.15
XYZ44.355759.771623.3866
Yxy59.77160.34780.4687
Hunter Lab77.3121-32.886736.1835
CIE-Lab81.7139-33.351548.6974

#aada6c color RGB value is (170,218,108).

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

The process color (four color CMYK) of #aada6c color hex is 0.22, 0.00, 0.50, 0.15. Web safe color of #aada6c is #99cc66. Color #aada6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 01101100
Octal 252 332 154
Decimal 170 218 108
Hex AA DA 6C

RGB Percentages of Color #aada6c

%34.27
%43.95
%21.77

CMYK Percentages of Color #aada6c

%22
%0
%50
%15

Triadic Colors of #aada6c

#aada6c #6caada #da6caa

Analogous Colors of #aada6c

#aada6c #73da6c #dad36c

Monochromatic Colors of #aada6c

#aada6c

Complementary Color

#aada6c #9c6cda

#aada6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aada6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aada6c Color CSS Codes

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

#aada6c Text Font Color

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

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


#aada6c Background Color

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

This div background color is #aada6c


#aada6c Border Color

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

This div border color is #aada6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aada6c


Comments

No comments written yet.

Please login to write comment.