Color Hex Logo

#adc06d Color Hex

#ADC06D
(173,192,109)
0 Favorites   0 Comments

Color spaces of #adc06d

RGB 173192109
HSL0.200.400.59
HSV74°43°75°
CMYK 0.100.000.43   0.25
XYZ38.843547.687621.6254
Yxy47.68760.35910.4409
Hunter Lab69.0562-20.443729.7723
CIE-Lab74.6275-19.587739.5649

#adc06d color RGB value is (173,192,109).

#adc06d hex color red value is 173, green value is 192 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #adc06d hue: 0.20 , saturation: 0.40 and the lightness value of adc06d is 0.59.

The process color (four color CMYK) of #adc06d color hex is 0.10, 0.00, 0.43, 0.25. Web safe color of #adc06d is #99cc66. Color #adc06d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 01101101
Octal 255 300 155
Decimal 173 192 109
Hex AD C0 6D

RGB Percentages of Color #adc06d

%36.50
%40.51
%23.00

CMYK Percentages of Color #adc06d

%10
%0
%43
%25

Triadic Colors of #adc06d

#adc06d #6dadc0 #c06dad

Analogous Colors of #adc06d

#adc06d #84c06d #c0aa6d

Monochromatic Colors of #adc06d

#adc06d

Complementary Color

#adc06d #806dc0

#adc06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc06d Color CSS Codes

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

#adc06d Text Font Color

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

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


#adc06d Background Color

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

This div background color is #adc06d


#adc06d Border Color

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

This div border color is #adc06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc06d


Comments

No comments written yet.

Please login to write comment.