Color Hex Logo

#d2c9bd Color Hex

#D2C9BD
(210,201,189)
0 Favorites   0 Comments

Color spaces of #d2c9bd

RGB 210201189
HSL0.100.190.78
HSV34°10°82°
CMYK 0.000.040.10   0.18
XYZ56.650359.149056.5752
Yxy59.14900.32860.3431
Hunter Lab76.9084-3.107510.2211
CIE-Lab81.37341.06977.0978

#d2c9bd color RGB value is (210,201,189).

#d2c9bd hex color red value is 210, green value is 201 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d2c9bd hue: 0.10 , saturation: 0.19 and the lightness value of d2c9bd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001001 10111101
Octal 322 311 275
Decimal 210 201 189
Hex D2 C9 BD

RGB Percentages of Color #d2c9bd

%35.00
%33.50
%31.50

CMYK Percentages of Color #d2c9bd

%0
%4
%10
%18

Triadic Colors of #d2c9bd

#d2c9bd #bdd2c9 #c9bdd2

Analogous Colors of #d2c9bd

#d2c9bd #d1d2bd #d2bfbd

Monochromatic Colors of #d2c9bd

#d2c9bd

Complementary Color

#d2c9bd #bdc6d2

#d2c9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2c9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2c9bd Color CSS Codes

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

#d2c9bd Text Font Color

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

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


#d2c9bd Background Color

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

This div background color is #d2c9bd


#d2c9bd Border Color

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

This div border color is #d2c9bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,201,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2c9bd


Comments

No comments written yet.

Please login to write comment.