Color Hex Logo

#adc120 Color Hex

#ADC120
(173,193,32)
0 Favorites   0 Comments

Color spaces of #adc120

RGB 17319332
HSL0.190.720.44
HSV67°83°76°
CMYK 0.100.000.83   0.24
XYZ36.564347.12848.5361
Yxy47.12840.39650.5110
Hunter Lab68.6501-25.065440.6828
CIE-Lab74.2718-25.458870.0432

#adc120 color RGB value is (173,193,32).

#adc120 hex color red value is 173, green value is 193 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #adc120 hue: 0.19 , saturation: 0.72 and the lightness value of adc120 is 0.44.

The process color (four color CMYK) of #adc120 color hex is 0.10, 0.00, 0.83, 0.24. Web safe color of #adc120 is #99cc33. Color #adc120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000001 00100000
Octal 255 301 40
Decimal 173 193 32
Hex AD C1 20

RGB Percentages of Color #adc120

%43.47
%48.49
%8.04

CMYK Percentages of Color #adc120

%10
%0
%83
%24

Triadic Colors of #adc120

#adc120 #20adc1 #c120ad

Analogous Colors of #adc120

#adc120 #5dc120 #c18520

Monochromatic Colors of #adc120

#adc120

Complementary Color

#adc120 #3420c1

#adc120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc120 Color CSS Codes

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

#adc120 Text Font Color

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

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


#adc120 Background Color

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

This div background color is #adc120


#adc120 Border Color

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

This div border color is #adc120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc120


Comments

No comments written yet.

Please login to write comment.