Color Hex Logo

#adc86b Color Hex

#ADC86B
(173,200,107)
0 Favorites   0 Comments

Color spaces of #adc86b

RGB 173200107
HSL0.220.460.60
HSV77°47°78°
CMYK 0.140.000.47   0.22
XYZ40.541751.254321.6662
Yxy51.25430.35730.4517
Hunter Lab71.5921-24.203932.1713
CIE-Lab76.8328-23.763143.2938

#adc86b color RGB value is (173,200,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001000 01101011
Octal 255 310 153
Decimal 173 200 107
Hex AD C8 6B

RGB Percentages of Color #adc86b

%36.04
%41.67
%22.29

CMYK Percentages of Color #adc86b

%14
%0
%47
%22

Triadic Colors of #adc86b

#adc86b #6badc8 #c86bad

Analogous Colors of #adc86b

#adc86b #7fc86b #c8b56b

Monochromatic Colors of #adc86b

#adc86b

Complementary Color

#adc86b #866bc8

#adc86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc86b Color CSS Codes

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

#adc86b Text Font Color

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

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


#adc86b Background Color

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

This div background color is #adc86b


#adc86b Border Color

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

This div border color is #adc86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc86b


Comments

No comments written yet.

Please login to write comment.