color codes Logo

#adc20d color codes

#ADC20D
(173,194,13)
0 Favorites   0 Comments

Color spaces of #adc20d

RGB 17319413
HSL0.190.870.41
HSV67°93°76°
CMYK 0.110.000.93   0.24
XYZ36.598047.49697.6197
Yxy47.49690.39900.5179
Hunter Lab68.9180-25.816441.6874
CIE-Lab74.5065-26.358673.6276

#adc20d color RGB value is (173,194,13).

#adc20d hex color red value is 173, green value is 194 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #adc20d hue: 0.19 , saturation: 0.87 and the lightness value of adc20d is 0.41.

The process color (four color CMYK) of #adc20d color code is 0.11, 0.00, 0.93, 0.24. Web safe color of #adc20d is #99cc00. Color #adc20d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 00001101
Octal 255 302 15
Decimal 173 194 13
Hex AD C2 D

RGB Percentages of Color #adc20d

%45.53
%51.05
%3.42

CMYK Percentages of Color #adc20d

%11
%0
%93
%24

Triadic Colors of #adc20d

#adc20d #0dadc2 #c20dad

Analogous Colors of #adc20d

#adc20d #53c20d #c27d0d

Monochromatic Colors of #adc20d

#adc20d

Complementary Color

#adc20d #220dc2

#adc20d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc20d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc20d Color CSS Codes

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

#adc20d Text Font Color

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

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


#adc20d Background Color

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

This div background color is #adc20d


#adc20d Border Color

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

This div border color is #adc20d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc20d


Comments

No comments written yet.

Please login to write comment.