Color Hex Logo

#d8dcac Color Hex

#D8DCAC
(216,220,172)
0 Favorites   0 Comments

Color spaces of #d8dcac

RGB 216220172
HSL0.180.410.77
HSV65°22°86°
CMYK 0.020.000.22   0.14
XYZ61.358568.763949.0685
Yxy68.76390.34240.3837
Hunter Lab82.9240-13.038322.9632
CIE-Lab86.3870-9.192323.1933

#d8dcac color RGB value is (216,220,172).

#d8dcac hex color red value is 216, green value is 220 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d8dcac hue: 0.18 , saturation: 0.41 and the lightness value of d8dcac is 0.77.

The process color (four color CMYK) of #d8dcac color hex is 0.02, 0.00, 0.22, 0.14. Web safe color of #d8dcac is #cccc99. Color #d8dcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011100 10101100
Octal 330 334 254
Decimal 216 220 172
Hex D8 DC AC

RGB Percentages of Color #d8dcac

%35.53
%36.18
%28.29

CMYK Percentages of Color #d8dcac

%2
%0
%22
%14

Triadic Colors of #d8dcac

#d8dcac #acd8dc #dcacd8

Analogous Colors of #d8dcac

#d8dcac #c0dcac #dcc8ac

Monochromatic Colors of #d8dcac

#d8dcac

Complementary Color

#d8dcac #b0acdc

#d8dcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8dcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8dcac Color CSS Codes

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

#d8dcac Text Font Color

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

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


#d8dcac Background Color

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

This div background color is #d8dcac


#d8dcac Border Color

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

This div border color is #d8dcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8dcac


Comments

No comments written yet.

Please login to write comment.