Color Hex Logo

#adc32e Color Hex

#ADC32E
(173,195,46)
0 Favorites   0 Comments

Color spaces of #adc32e

RGB 17319546
HSL0.190.620.47
HSV69°76°76°
CMYK 0.110.000.76   0.24
XYZ37.241848.11179.9084
Yxy48.11170.39090.5050
Hunter Lab69.3626-25.545340.0843
CIE-Lab74.8953-25.914166.7571

#adc32e color RGB value is (173,195,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000011 00101110
Octal 255 303 56
Decimal 173 195 46
Hex AD C3 2E

RGB Percentages of Color #adc32e

%41.79
%47.10
%11.11

CMYK Percentages of Color #adc32e

%11
%0
%76
%24

Triadic Colors of #adc32e

#adc32e #2eadc3 #c32ead

Analogous Colors of #adc32e

#adc32e #62c32e #c38f2e

Monochromatic Colors of #adc32e

#adc32e

Complementary Color

#adc32e #442ec3

#adc32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc32e Color CSS Codes

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

#adc32e Text Font Color

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

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


#adc32e Background Color

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

This div background color is #adc32e


#adc32e Border Color

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

This div border color is #adc32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc32e


Comments

No comments written yet.

Please login to write comment.