Color Hex Logo

#adc99d Color Hex

#ADC99D
(173,201,157)
0 Favorites   0 Comments

Color spaces of #adc99d

RGB 173201157
HSL0.270.290.70
HSV98°22°79°
CMYK 0.140.000.22   0.21
XYZ44.206053.091839.8161
Yxy53.09180.32240.3872
Hunter Lab72.8641-19.217918.6063
CIE-Lab77.9292-17.474818.9270

#adc99d color RGB value is (173,201,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 10011101
Octal 255 311 235
Decimal 173 201 157
Hex AD C9 9D

RGB Percentages of Color #adc99d

%32.58
%37.85
%29.57

CMYK Percentages of Color #adc99d

%14
%0
%22
%21

Triadic Colors of #adc99d

#adc99d #9dadc9 #c99dad

Analogous Colors of #adc99d

#adc99d #9dc9a3 #c3c99d

Monochromatic Colors of #adc99d

#adc99d

Complementary Color

#adc99d #b99dc9

#adc99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc99d Color CSS Codes

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

#adc99d Text Font Color

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

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


#adc99d Background Color

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

This div background color is #adc99d


#adc99d Border Color

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

This div border color is #adc99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc99d


Comments

No comments written yet.

Please login to write comment.