Color Hex Logo

#d2c9ac Color Hex

#D2C9AC
(210,201,172)
0 Favorites   0 Comments

Color spaces of #d2c9ac

RGB 210201172
HSL0.130.300.75
HSV46°18°82°
CMYK 0.000.040.18   0.18
XYZ54.911458.453547.4182
Yxy58.45350.34150.3636
Hunter Lab76.4549-5.593916.7461
CIE-Lab80.9903-1.628915.6272

#d2c9ac color RGB value is (210,201,172).

#d2c9ac hex color red value is 210, green value is 201 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d2c9ac hue: 0.13 , saturation: 0.30 and the lightness value of d2c9ac is 0.75.

The process color (four color CMYK) of #d2c9ac color hex is 0.00, 0.04, 0.18, 0.18. Web safe color of #d2c9ac is #cccc99. Color #d2c9ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001001 10101100
Octal 322 311 254
Decimal 210 201 172
Hex D2 C9 AC

RGB Percentages of Color #d2c9ac

%36.02
%34.48
%29.50

CMYK Percentages of Color #d2c9ac

%0
%4
%18
%18

Triadic Colors of #d2c9ac

#d2c9ac #acd2c9 #c9acd2

Analogous Colors of #d2c9ac

#d2c9ac #c8d2ac #d2b6ac

Monochromatic Colors of #d2c9ac

#d2c9ac

Complementary Color

#d2c9ac #acb5d2

#d2c9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2c9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2c9ac Color CSS Codes

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

#d2c9ac Text Font Color

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

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


#d2c9ac Background Color

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

This div background color is #d2c9ac


#d2c9ac Border Color

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

This div border color is #d2c9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2c9ac


Comments

No comments written yet.

Please login to write comment.