Color Hex Logo

#adc379 Color Hex

#ADC379
(173,195,121)
0 Favorites   0 Comments

Color spaces of #adc379

RGB 173195121
HSL0.220.380.62
HSV78°38°76°
CMYK 0.110.000.38   0.24
XYZ40.199949.294925.4853
Yxy49.29490.34960.4287
Hunter Lab70.2103-20.665427.6258
CIE-Lab75.6344-19.658434.7348

#adc379 color RGB value is (173,195,121).

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

The process color (four color CMYK) of #adc379 color hex is 0.11, 0.00, 0.38, 0.24. Web safe color of #adc379 is #99cc66. Color #adc379 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000011 01111001
Octal 255 303 171
Decimal 173 195 121
Hex AD C3 79

RGB Percentages of Color #adc379

%35.38
%39.88
%24.74

CMYK Percentages of Color #adc379

%11
%0
%38
%24

Triadic Colors of #adc379

#adc379 #79adc3 #c379ad

Analogous Colors of #adc379

#adc379 #88c379 #c3b479

Monochromatic Colors of #adc379

#adc379

Complementary Color

#adc379 #8f79c3

#adc379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc379 Color CSS Codes

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

#adc379 Text Font Color

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

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


#adc379 Background Color

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

This div background color is #adc379


#adc379 Border Color

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

This div border color is #adc379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc379


Comments

No comments written yet.

Please login to write comment.