Color Hex Logo

#adc920 Color Hex

#ADC920
(173,201,32)
0 Favorites   0 Comments

Color spaces of #adc920

RGB 17320132
HSL0.190.730.46
HSV70°84°79°
CMYK 0.140.000.84   0.21
XYZ38.380950.76189.1416
Yxy50.76180.39050.5165
Hunter Lab71.2473-28.524942.2657
CIE-Lab76.5345-29.286571.9664

#adc920 color RGB value is (173,201,32).

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

The process color (four color CMYK) of #adc920 color hex is 0.14, 0.00, 0.84, 0.21. Web safe color of #adc920 is #99cc33. Color #adc920 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 00100000
Octal 255 311 40
Decimal 173 201 32
Hex AD C9 20

RGB Percentages of Color #adc920

%42.61
%49.51
%7.88

CMYK Percentages of Color #adc920

%14
%0
%84
%21

Triadic Colors of #adc920

#adc920 #20adc9 #c920ad

Analogous Colors of #adc920

#adc920 #58c920 #c99120

Monochromatic Colors of #adc920

#adc920

Complementary Color

#adc920 #3c20c9

#adc920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc920 Color CSS Codes

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

#adc920 Text Font Color

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

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


#adc920 Background Color

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

This div background color is #adc920


#adc920 Border Color

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

This div border color is #adc920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc920


Comments

No comments written yet.

Please login to write comment.