color codes Logo

#adc87d color codes

#ADC87D
(173,200,125)
0 Favorites   0 Comments

Color spaces of #adc87d

RGB 173200125
HSL0.230.410.64
HSV82°38°78°
CMYK 0.140.000.38   0.22
XYZ41.589551.673527.1840
Yxy51.67350.34530.4290
Hunter Lab71.8843-22.524227.8977
CIE-Lab77.0852-21.636134.5563

#adc87d color RGB value is (173,200,125).

#adc87d hex color red value is 173, green value is 200 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #adc87d hue: 0.23 , saturation: 0.41 and the lightness value of adc87d is 0.64.

The process color (four color CMYK) of #adc87d color code is 0.14, 0.00, 0.38, 0.22. Web safe color of #adc87d is #99cc66. Color #adc87d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001000 01111101
Octal 255 310 175
Decimal 173 200 125
Hex AD C8 7D

RGB Percentages of Color #adc87d

%34.74
%40.16
%25.10

CMYK Percentages of Color #adc87d

%14
%0
%38
%22

Triadic Colors of #adc87d

#adc87d #7dadc8 #c87dad

Analogous Colors of #adc87d

#adc87d #88c87d #c8be7d

Monochromatic Colors of #adc87d

#adc87d

Complementary Color

#adc87d #987dc8

#adc87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc87d Color CSS Codes

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

#adc87d Text Font Color

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

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


#adc87d Background Color

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

This div background color is #adc87d


#adc87d Border Color

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

This div border color is #adc87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc87d


Comments

No comments written yet.

Please login to write comment.