Color Hex Logo

#adc8ac Color Hex

#ADC8AC
(173,200,172)
0 Favorites   0 Comments

Color spaces of #adc8ac

RGB 173200172
HSL0.330.200.73
HSV118°14°78°
CMYK 0.140.000.14   0.22
XYZ45.334353.171346.9035
Yxy53.17130.31180.3657
Hunter Lab72.9187-16.632312.9059
CIE-Lab77.9760-14.408610.9808

#adc8ac color RGB value is (173,200,172).

#adc8ac hex color red value is 173, green value is 200 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #adc8ac hue: 0.33 , saturation: 0.20 and the lightness value of adc8ac is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001000 10101100
Octal 255 310 254
Decimal 173 200 172
Hex AD C8 AC

RGB Percentages of Color #adc8ac

%31.74
%36.70
%31.56

CMYK Percentages of Color #adc8ac

%14
%0
%14
%22

Triadic Colors of #adc8ac

#adc8ac #acadc8 #c8acad

Analogous Colors of #adc8ac

#adc8ac #acc8b9 #bbc8ac

Monochromatic Colors of #adc8ac

#adc8ac

Complementary Color

#adc8ac #c7acc8

#adc8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc8ac Color CSS Codes

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

#adc8ac Text Font Color

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

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


#adc8ac Background Color

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

This div background color is #adc8ac


#adc8ac Border Color

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

This div border color is #adc8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc8ac


Comments

No comments written yet.

Please login to write comment.