Color Hex Logo

#adc99c Color Hex

#ADC99C
(173,201,156)
0 Favorites   0 Comments

Color spaces of #adc99c

RGB 173201156
HSL0.270.290.70
HSV97°22°79°
CMYK 0.140.000.22   0.21
XYZ44.121053.057839.3683
Yxy53.05780.32310.3886
Hunter Lab72.8408-19.350618.9441
CIE-Lab77.9091-17.636919.4306

#adc99c color RGB value is (173,201,156).

#adc99c hex color red value is 173, green value is 201 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #adc99c hue: 0.27 , saturation: 0.29 and the lightness value of adc99c is 0.70.

The process color (four color CMYK) of #adc99c color hex is 0.14, 0.00, 0.22, 0.21. Web safe color of #adc99c is #99cc99. Color #adc99c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 10011100
Octal 255 311 234
Decimal 173 201 156
Hex AD C9 9C

RGB Percentages of Color #adc99c

%32.64
%37.92
%29.43

CMYK Percentages of Color #adc99c

%14
%0
%22
%21

Triadic Colors of #adc99c

#adc99c #9cadc9 #c99cad

Analogous Colors of #adc99c

#adc99c #9cc9a2 #c4c99c

Monochromatic Colors of #adc99c

#adc99c

Complementary Color

#adc99c #b89cc9

#adc99c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc99c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc99c Color CSS Codes

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

#adc99c Text Font Color

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

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


#adc99c Background Color

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

This div background color is #adc99c


#adc99c Border Color

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

This div border color is #adc99c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc99c


Comments

No comments written yet.

Please login to write comment.