Color Hex Logo

#adc3aa Color Hex

#ADC3AA
(173,195,170)
0 Favorites   0 Comments

Color spaces of #adc3aa

RGB 173195170
HSL0.310.170.72
HSV113°13°76°
CMYK 0.110.000.13   0.24
XYZ44.004450.816745.5195
Yxy50.81670.31360.3621
Hunter Lab71.2858-14.563012.0405
CIE-Lab76.5678-12.196910.0534

#adc3aa color RGB value is (173,195,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000011 10101010
Octal 255 303 252
Decimal 173 195 170
Hex AD C3 AA

RGB Percentages of Color #adc3aa

%32.16
%36.25
%31.60

CMYK Percentages of Color #adc3aa

%11
%0
%13
%24

Triadic Colors of #adc3aa

#adc3aa #aaadc3 #c3aaad

Analogous Colors of #adc3aa

#adc3aa #aac3b4 #bac3aa

Monochromatic Colors of #adc3aa

#adc3aa

Complementary Color

#adc3aa #c0aac3

#adc3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc3aa Color CSS Codes

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

#adc3aa Text Font Color

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

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


#adc3aa Background Color

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

This div background color is #adc3aa


#adc3aa Border Color

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

This div border color is #adc3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc3aa


Comments

No comments written yet.

Please login to write comment.