Color Hex Logo

#adc96d Color Hex

#ADC96D
(173,201,109)
0 Favorites   0 Comments

Color spaces of #adc96d

RGB 173201109
HSL0.220.460.61
HSV78°46°79°
CMYK 0.140.000.46   0.21
XYZ40.880551.761722.3044
Yxy51.76170.35560.4503
Hunter Lab71.9456-24.478631.9810
CIE-Lab77.1381-24.033742.6849

#adc96d color RGB value is (173,201,109).

#adc96d hex color red value is 173, green value is 201 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #adc96d hue: 0.22 , saturation: 0.46 and the lightness value of adc96d is 0.61.

The process color (four color CMYK) of #adc96d color hex is 0.14, 0.00, 0.46, 0.21. Web safe color of #adc96d is #99cc66. Color #adc96d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 01101101
Octal 255 311 155
Decimal 173 201 109
Hex AD C9 6D

RGB Percentages of Color #adc96d

%35.82
%41.61
%22.57

CMYK Percentages of Color #adc96d

%14
%0
%46
%21

Triadic Colors of #adc96d

#adc96d #6dadc9 #c96dad

Analogous Colors of #adc96d

#adc96d #7fc96d #c9b76d

Monochromatic Colors of #adc96d

#adc96d

Complementary Color

#adc96d #896dc9

#adc96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc96d Color CSS Codes

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

#adc96d Text Font Color

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

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


#adc96d Background Color

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

This div background color is #adc96d


#adc96d Border Color

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

This div border color is #adc96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc96d


Comments

No comments written yet.

Please login to write comment.