Color Hex Logo

#adc69d Color Hex

#ADC69D
(173,198,157)
0 Favorites   0 Comments

Color spaces of #adc69d

RGB 173198157
HSL0.270.260.70
HSV97°21°78°
CMYK 0.130.000.21   0.22
XYZ43.513551.706739.5853
Yxy51.70670.32280.3836
Hunter Lab71.9074-17.821717.6958
CIE-Lab77.1051-15.956517.7831

#adc69d color RGB value is (173,198,157).

#adc69d hex color red value is 173, green value is 198 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #adc69d hue: 0.27 , saturation: 0.26 and the lightness value of adc69d is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000110 10011101
Octal 255 306 235
Decimal 173 198 157
Hex AD C6 9D

RGB Percentages of Color #adc69d

%32.77
%37.50
%29.73

CMYK Percentages of Color #adc69d

%13
%0
%21
%22

Triadic Colors of #adc69d

#adc69d #9dadc6 #c69dad

Analogous Colors of #adc69d

#adc69d #9dc6a2 #c2c69d

Monochromatic Colors of #adc69d

#adc69d

Complementary Color

#adc69d #b69dc6

#adc69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc69d Color CSS Codes

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

#adc69d Text Font Color

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

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


#adc69d Background Color

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

This div background color is #adc69d


#adc69d Border Color

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

This div border color is #adc69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc69d


Comments

No comments written yet.

Please login to write comment.