Color Hex Logo

#adc6ac Color Hex

#ADC6AC
(173,198,172)
0 Favorites   0 Comments

Color spaces of #adc6ac

RGB 173198172
HSL0.330.190.73
HSV118°13°78°
CMYK 0.130.000.13   0.22
XYZ44.874152.251046.7501
Yxy52.25100.31190.3632
Hunter Lab72.2849-15.686512.2537
CIE-Lab77.4307-13.384410.2054

#adc6ac color RGB value is (173,198,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000110 10101100
Octal 255 306 254
Decimal 173 198 172
Hex AD C6 AC

RGB Percentages of Color #adc6ac

%31.86
%36.46
%31.68

CMYK Percentages of Color #adc6ac

%13
%0
%13
%22

Triadic Colors of #adc6ac

#adc6ac #acadc6 #c6acad

Analogous Colors of #adc6ac

#adc6ac #acc6b8 #bac6ac

Monochromatic Colors of #adc6ac

#adc6ac

Complementary Color

#adc6ac #c5acc6

#adc6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc6ac Color CSS Codes

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

#adc6ac Text Font Color

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

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


#adc6ac Background Color

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

This div background color is #adc6ac


#adc6ac Border Color

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

This div border color is #adc6ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,198,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 #adc6ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc6ac


Comments

No comments written yet.

Please login to write comment.