Color Hex Logo

#adc0ab Color Hex

#ADC0AB
(173,192,171)
0 Favorites   0 Comments

Color spaces of #adc0ab

RGB 173192171
HSL0.320.140.71
HSV114°11°75°
CMYK 0.100.000.11   0.25
XYZ43.433949.523845.7979
Yxy49.52380.31300.3569
Hunter Lab70.3731-12.983810.6761
CIE-Lab75.7760-10.46288.3839

#adc0ab color RGB value is (173,192,171).

#adc0ab hex color red value is 173, green value is 192 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #adc0ab hue: 0.32 , saturation: 0.14 and the lightness value of adc0ab is 0.71.

The process color (four color CMYK) of #adc0ab color hex is 0.10, 0.00, 0.11, 0.25. Web safe color of #adc0ab is #99cc99. Color #adc0ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 10101011
Octal 255 300 253
Decimal 173 192 171
Hex AD C0 AB

RGB Percentages of Color #adc0ab

%32.28
%35.82
%31.90

CMYK Percentages of Color #adc0ab

%10
%0
%11
%25

Triadic Colors of #adc0ab

#adc0ab #abadc0 #c0abad

Analogous Colors of #adc0ab

#adc0ab #abc0b4 #b8c0ab

Monochromatic Colors of #adc0ab

#adc0ab

Complementary Color

#adc0ab #beabc0

#adc0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc0ab Color CSS Codes

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

#adc0ab Text Font Color

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

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


#adc0ab Background Color

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

This div background color is #adc0ab


#adc0ab Border Color

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

This div border color is #adc0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc0ab


Comments

No comments written yet.

Please login to write comment.