Color Hex Logo

#adc346 Color Hex

#ADC346
(173,195,70)
0 Favorites   0 Comments

Color spaces of #adc346

RGB 17319570
HSL0.200.510.52
HSV71°64°76°
CMYK 0.110.000.64   0.24
XYZ37.854248.356613.1330
Yxy48.35660.38100.4868
Hunter Lab69.5389-24.524837.4798
CIE-Lab75.0493-24.583158.1646

#adc346 color RGB value is (173,195,70).

#adc346 hex color red value is 173, green value is 195 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #adc346 hue: 0.20 , saturation: 0.51 and the lightness value of adc346 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000011 01000110
Octal 255 303 106
Decimal 173 195 70
Hex AD C3 46

RGB Percentages of Color #adc346

%39.50
%44.52
%15.98

CMYK Percentages of Color #adc346

%11
%0
%64
%24

Triadic Colors of #adc346

#adc346 #46adc3 #c346ad

Analogous Colors of #adc346

#adc346 #6fc346 #c39b46

Monochromatic Colors of #adc346

#adc346

Complementary Color

#adc346 #5c46c3

#adc346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc346 Color CSS Codes

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

#adc346 Text Font Color

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

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


#adc346 Background Color

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

This div background color is #adc346


#adc346 Border Color

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

This div border color is #adc346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc346


Comments

No comments written yet.

Please login to write comment.