Color Hex Logo

#adc989 Color Hex

#ADC989
(173,201,137)
0 Favorites   0 Comments

Color spaces of #adc989

RGB 173201137
HSL0.240.370.66
HSV86°32°79°
CMYK 0.140.000.32   0.21
XYZ42.635652.463731.5463
Yxy52.46370.33670.4143
Hunter Lab72.4318-21.685124.8797
CIE-Lab77.5573-20.514728.9652

#adc989 color RGB value is (173,201,137).

#adc989 hex color red value is 173, green value is 201 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #adc989 hue: 0.24 , saturation: 0.37 and the lightness value of adc989 is 0.66.

The process color (four color CMYK) of #adc989 color hex is 0.14, 0.00, 0.32, 0.21. Web safe color of #adc989 is #99cc99. Color #adc989 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 10001001
Octal 255 311 211
Decimal 173 201 137
Hex AD C9 89

RGB Percentages of Color #adc989

%33.86
%39.33
%26.81

CMYK Percentages of Color #adc989

%14
%0
%32
%21

Triadic Colors of #adc989

#adc989 #89adc9 #c989ad

Analogous Colors of #adc989

#adc989 #8dc989 #c9c589

Monochromatic Colors of #adc989

#adc989

Complementary Color

#adc989 #a589c9

#adc989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc989 Color CSS Codes

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

#adc989 Text Font Color

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

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


#adc989 Background Color

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

This div background color is #adc989


#adc989 Border Color

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

This div border color is #adc989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc989


Comments

No comments written yet.

Please login to write comment.