Color Hex Logo

#adcb9c Color Hex

#ADCB9C
(173,203,156)
0 Favorites   0 Comments

Color spaces of #adcb9c

RGB 173203156
HSL0.270.310.70
HSV98°23°80°
CMYK 0.150.000.23   0.20
XYZ44.590353.996439.5247
Yxy53.99640.32290.3910
Hunter Lab73.4822-20.277019.5466
CIE-Lab78.4596-18.642020.1914

#adcb9c color RGB value is (173,203,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 10011100
Octal 255 313 234
Decimal 173 203 156
Hex AD CB 9C

RGB Percentages of Color #adcb9c

%32.52
%38.16
%29.32

CMYK Percentages of Color #adcb9c

%15
%0
%23
%20

Triadic Colors of #adcb9c

#adcb9c #9cadcb #cb9cad

Analogous Colors of #adcb9c

#adcb9c #9ccba3 #c5cb9c

Monochromatic Colors of #adcb9c

#adcb9c

Complementary Color

#adcb9c #ba9ccb

#adcb9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcb9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcb9c Color CSS Codes

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

#adcb9c Text Font Color

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

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


#adcb9c Background Color

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

This div background color is #adcb9c


#adcb9c Border Color

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

This div border color is #adcb9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcb9c


Comments

No comments written yet.

Please login to write comment.