Color Hex Logo

#adc079 Color Hex

#ADC079
(173,192,121)
0 Favorites   0 Comments

Color spaces of #adc079

RGB 173192121
HSL0.210.360.61
HSV76°37°75°
CMYK 0.100.000.37   0.25
XYZ39.534447.964025.2635
Yxy47.96400.35060.4254
Hunter Lab69.2560-19.302426.8512
CIE-Lab74.8022-18.154033.6586

#adc079 color RGB value is (173,192,121).

#adc079 hex color red value is 173, green value is 192 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #adc079 hue: 0.21 , saturation: 0.36 and the lightness value of adc079 is 0.61.

The process color (four color CMYK) of #adc079 color hex is 0.10, 0.00, 0.37, 0.25. Web safe color of #adc079 is #99cc66. Color #adc079 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 01111001
Octal 255 300 171
Decimal 173 192 121
Hex AD C0 79

RGB Percentages of Color #adc079

%35.60
%39.51
%24.90

CMYK Percentages of Color #adc079

%10
%0
%37
%25

Triadic Colors of #adc079

#adc079 #79adc0 #c079ad

Analogous Colors of #adc079

#adc079 #8ac079 #c0b079

Monochromatic Colors of #adc079

#adc079

Complementary Color

#adc079 #8c79c0

#adc079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc079 Color CSS Codes

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

#adc079 Text Font Color

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

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


#adc079 Background Color

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

This div background color is #adc079


#adc079 Border Color

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

This div border color is #adc079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc079


Comments

No comments written yet.

Please login to write comment.