Color Hex Logo

#adcb8d Color Hex

#ADCB8D
(173,203,141)
0 Favorites   0 Comments

Color spaces of #adcb8d

RGB 173203141
HSL0.250.370.67
HSV89°31°80°
CMYK 0.150.000.31   0.20
XYZ43.397253.519233.2423
Yxy53.51920.33340.4112
Hunter Lab73.1568-22.136824.2685
CIE-Lab78.1805-20.935527.7094

#adcb8d color RGB value is (173,203,141).

#adcb8d hex color red value is 173, green value is 203 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #adcb8d hue: 0.25 , saturation: 0.37 and the lightness value of adcb8d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 10001101
Octal 255 313 215
Decimal 173 203 141
Hex AD CB 8D

RGB Percentages of Color #adcb8d

%33.46
%39.26
%27.27

CMYK Percentages of Color #adcb8d

%15
%0
%31
%20

Triadic Colors of #adcb8d

#adcb8d #8dadcb #cb8dad

Analogous Colors of #adcb8d

#adcb8d #8ecb8d #cbca8d

Monochromatic Colors of #adcb8d

#adcb8d

Complementary Color

#adcb8d #ab8dcb

#adcb8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcb8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcb8d Color CSS Codes

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

#adcb8d Text Font Color

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

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


#adcb8d Background Color

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

This div background color is #adcb8d


#adcb8d Border Color

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

This div border color is #adcb8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcb8d


Comments

No comments written yet.

Please login to write comment.