Color Hex Logo

#adc78d Color Hex

#ADC78D
(173,199,141)
0 Favorites   0 Comments

Color spaces of #adc78d

RGB 173199141
HSL0.240.340.67
HSV87°29°78°
CMYK 0.130.000.29   0.22
XYZ42.464751.654232.9314
Yxy51.65420.33420.4066
Hunter Lab71.8709-20.307823.1428
CIE-Lab77.0736-18.941926.2220

#adc78d color RGB value is (173,199,141).

#adc78d hex color red value is 173, green value is 199 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #adc78d hue: 0.24 , saturation: 0.34 and the lightness value of adc78d is 0.67.

The process color (four color CMYK) of #adc78d color hex is 0.13, 0.00, 0.29, 0.22. Web safe color of #adc78d is #99cc99. Color #adc78d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000111 10001101
Octal 255 307 215
Decimal 173 199 141
Hex AD C7 8D

RGB Percentages of Color #adc78d

%33.72
%38.79
%27.49

CMYK Percentages of Color #adc78d

%13
%0
%29
%22

Triadic Colors of #adc78d

#adc78d #8dadc7 #c78dad

Analogous Colors of #adc78d

#adc78d #90c78d #c7c48d

Monochromatic Colors of #adc78d

#adc78d

Complementary Color

#adc78d #a78dc7

#adc78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc78d Color CSS Codes

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

#adc78d Text Font Color

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

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


#adc78d Background Color

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

This div background color is #adc78d


#adc78d Border Color

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

This div border color is #adc78d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc78d


Comments

No comments written yet.

Please login to write comment.