Color Hex Logo

#adc78e Color Hex

#ADC78E
(173,199,142)
0 Favorites   0 Comments

Color spaces of #adc78e

RGB 173199142
HSL0.240.340.67
HSV87°29°78°
CMYK 0.130.000.29   0.22
XYZ42.539551.684133.3251
Yxy51.68410.33350.4052
Hunter Lab71.8917-20.188922.8405
CIE-Lab77.0916-18.795025.7201

#adc78e color RGB value is (173,199,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000111 10001110
Octal 255 307 216
Decimal 173 199 142
Hex AD C7 8E

RGB Percentages of Color #adc78e

%33.66
%38.72
%27.63

CMYK Percentages of Color #adc78e

%13
%0
%29
%22

Triadic Colors of #adc78e

#adc78e #8eadc7 #c78ead

Analogous Colors of #adc78e

#adc78e #91c78e #c7c58e

Monochromatic Colors of #adc78e

#adc78e

Complementary Color

#adc78e #a88ec7

#adc78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc78e Color CSS Codes

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

#adc78e Text Font Color

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

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


#adc78e Background Color

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

This div background color is #adc78e


#adc78e Border Color

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

This div border color is #adc78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc78e


Comments

No comments written yet.

Please login to write comment.