Color Hex Logo

#adc86e Color Hex

#ADC86E
(173,200,110)
0 Favorites   0 Comments

Color spaces of #adc86e

RGB 173200110
HSL0.220.450.61
HSV78°45°78°
CMYK 0.140.000.45   0.22
XYZ40.702351.318622.5121
Yxy51.31860.35540.4481
Hunter Lab71.6370-23.945631.5139
CIE-Lab76.8716-23.434041.8605

#adc86e color RGB value is (173,200,110).

#adc86e hex color red value is 173, green value is 200 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #adc86e hue: 0.22 , saturation: 0.45 and the lightness value of adc86e is 0.61.

The process color (four color CMYK) of #adc86e color hex is 0.14, 0.00, 0.45, 0.22. Web safe color of #adc86e is #99cc66. Color #adc86e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001000 01101110
Octal 255 310 156
Decimal 173 200 110
Hex AD C8 6E

RGB Percentages of Color #adc86e

%35.82
%41.41
%22.77

CMYK Percentages of Color #adc86e

%14
%0
%45
%22

Triadic Colors of #adc86e

#adc86e #6eadc8 #c86ead

Analogous Colors of #adc86e

#adc86e #80c86e #c8b66e

Monochromatic Colors of #adc86e

#adc86e

Complementary Color

#adc86e #896ec8

#adc86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc86e Color CSS Codes

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

#adc86e Text Font Color

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

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


#adc86e Background Color

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

This div background color is #adc86e


#adc86e Border Color

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

This div border color is #adc86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc86e


Comments

No comments written yet.

Please login to write comment.