Color Hex Logo

#adc032 Color Hex

#ADC032
(173,192,50)
0 Favorites   0 Comments

Color spaces of #adc032

RGB 17319250
HSL0.190.590.47
HSV68°74°75°
CMYK 0.100.000.74   0.25
XYZ36.658946.813810.1214
Yxy46.81380.39170.5002
Hunter Lab68.4206-24.098039.1237
CIE-Lab74.0705-24.277764.6950

#adc032 color RGB value is (173,192,50).

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

The process color (four color CMYK) of #adc032 color hex is 0.10, 0.00, 0.74, 0.25. Web safe color of #adc032 is #99cc33. Color #adc032 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 00110010
Octal 255 300 62
Decimal 173 192 50
Hex AD C0 32

RGB Percentages of Color #adc032

%41.69
%46.27
%12.05

CMYK Percentages of Color #adc032

%10
%0
%74
%25

Triadic Colors of #adc032

#adc032 #32adc0 #c032ad

Analogous Colors of #adc032

#adc032 #66c032 #c08c32

Monochromatic Colors of #adc032

#adc032

Complementary Color

#adc032 #4532c0

#adc032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc032 Color CSS Codes

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

#adc032 Text Font Color

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

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


#adc032 Background Color

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

This div background color is #adc032


#adc032 Border Color

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

This div border color is #adc032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc032


Comments

No comments written yet.

Please login to write comment.