Color Hex Logo

#d8ccac Color Hex

#D8CCAC
(216,204,172)
0 Favorites   0 Comments

Color spaces of #d8ccac

RGB 216204172
HSL0.120.360.76
HSV44°20°85°
CMYK 0.000.060.20   0.15
XYZ57.358260.763247.7351
Yxy60.76320.34580.3664
Hunter Lab77.9508-5.068918.2578
CIE-Lab82.2513-0.968717.4644

#d8ccac color RGB value is (216,204,172).

#d8ccac hex color red value is 216, green value is 204 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d8ccac hue: 0.12 , saturation: 0.36 and the lightness value of d8ccac is 0.76.

The process color (four color CMYK) of #d8ccac color hex is 0.00, 0.06, 0.20, 0.15. Web safe color of #d8ccac is #cccc99. Color #d8ccac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001100 10101100
Octal 330 314 254
Decimal 216 204 172
Hex D8 CC AC

RGB Percentages of Color #d8ccac

%36.49
%34.46
%29.05

CMYK Percentages of Color #d8ccac

%0
%6
%20
%15

Triadic Colors of #d8ccac

#d8ccac #acd8cc #ccacd8

Analogous Colors of #d8ccac

#d8ccac #ced8ac #d8b6ac

Monochromatic Colors of #d8ccac

#d8ccac

Complementary Color

#d8ccac #acb8d8

#d8ccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ccac Color CSS Codes

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

#d8ccac Text Font Color

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

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


#d8ccac Background Color

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

This div background color is #d8ccac


#d8ccac Border Color

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

This div border color is #d8ccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ccac


Comments

No comments written yet.

Please login to write comment.