Color Hex Logo

#adc332 Color Hex

#ADC332
(173,195,50)
0 Favorites   0 Comments

Color spaces of #adc332

RGB 17319550
HSL0.190.590.48
HSV69°74°76°
CMYK 0.110.000.74   0.24
XYZ37.324448.144710.3433
Yxy48.14470.38960.5025
Hunter Lab69.3864-25.407239.7322
CIE-Lab74.9161-25.733365.4956

#adc332 color RGB value is (173,195,50).

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

The process color (four color CMYK) of #adc332 color hex is 0.11, 0.00, 0.74, 0.24. Web safe color of #adc332 is #99cc33. Color #adc332 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000011 00110010
Octal 255 303 62
Decimal 173 195 50
Hex AD C3 32

RGB Percentages of Color #adc332

%41.39
%46.65
%11.96

CMYK Percentages of Color #adc332

%11
%0
%74
%24

Triadic Colors of #adc332

#adc332 #32adc3 #c332ad

Analogous Colors of #adc332

#adc332 #65c332 #c39132

Monochromatic Colors of #adc332

#adc332

Complementary Color

#adc332 #4832c3

#adc332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc332 Color CSS Codes

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

#adc332 Text Font Color

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

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


#adc332 Background Color

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

This div background color is #adc332


#adc332 Border Color

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

This div border color is #adc332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc332


Comments

No comments written yet.

Please login to write comment.