Color Hex Logo

#adc2aa Color Hex

#ADC2AA
(173,194,170)
0 Favorites   0 Comments

Color spaces of #adc2aa

RGB 173194170
HSL0.310.160.71
HSV113°12°76°
CMYK 0.110.000.12   0.24
XYZ43.781150.370145.4451
Yxy50.37010.31360.3608
Hunter Lab70.9719-14.087811.7154
CIE-Lab76.2959-11.67999.6660

#adc2aa color RGB value is (173,194,170).

#adc2aa hex color red value is 173, green value is 194 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #adc2aa hue: 0.31 , saturation: 0.16 and the lightness value of adc2aa is 0.71.

The process color (four color CMYK) of #adc2aa color hex is 0.11, 0.00, 0.12, 0.24. Web safe color of #adc2aa is #99cc99. Color #adc2aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 10101010
Octal 255 302 252
Decimal 173 194 170
Hex AD C2 AA

RGB Percentages of Color #adc2aa

%32.22
%36.13
%31.66

CMYK Percentages of Color #adc2aa

%11
%0
%12
%24

Triadic Colors of #adc2aa

#adc2aa #aaadc2 #c2aaad

Analogous Colors of #adc2aa

#adc2aa #aac2b3 #b9c2aa

Monochromatic Colors of #adc2aa

#adc2aa

Complementary Color

#adc2aa #bfaac2

#adc2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc2aa Color CSS Codes

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

#adc2aa Text Font Color

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

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


#adc2aa Background Color

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

This div background color is #adc2aa


#adc2aa Border Color

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

This div border color is #adc2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc2aa


Comments

No comments written yet.

Please login to write comment.