Color Hex Logo

#adc4ac Color Hex

#ADC4AC
(173,196,172)
0 Favorites   0 Comments

Color spaces of #adc4ac

RGB 173196172
HSL0.330.170.72
HSV118°12°77°
CMYK 0.120.000.12   0.23
XYZ44.419951.342646.5987
Yxy51.34260.31200.3607
Hunter Lab71.6538-14.737611.5995
CIE-Lab76.8861-12.35499.4294

#adc4ac color RGB value is (173,196,172).

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

The process color (four color CMYK) of #adc4ac color hex is 0.12, 0.00, 0.12, 0.23. Web safe color of #adc4ac is #99cc99. Color #adc4ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 10101100
Octal 255 304 254
Decimal 173 196 172
Hex AD C4 AC

RGB Percentages of Color #adc4ac

%31.98
%36.23
%31.79

CMYK Percentages of Color #adc4ac

%12
%0
%12
%23

Triadic Colors of #adc4ac

#adc4ac #acadc4 #c4acad

Analogous Colors of #adc4ac

#adc4ac #acc4b7 #b9c4ac

Monochromatic Colors of #adc4ac

#adc4ac

Complementary Color

#adc4ac #c3acc4

#adc4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc4ac Color CSS Codes

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

#adc4ac Text Font Color

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

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


#adc4ac Background Color

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

This div background color is #adc4ac


#adc4ac Border Color

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

This div border color is #adc4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc4ac


Comments

No comments written yet.

Please login to write comment.