Color Hex Logo

#d8b9bd Color Hex

#D8B9BD
(216,185,189)
0 Favorites   0 Comments

Color spaces of #d8b9bd

RGB 216185189
HSL0.980.280.79
HSV352°14°85°
CMYK 0.000.140.13   0.15
XYZ54.853252.971055.4775
Yxy52.97100.33590.3244
Hunter Lab72.78127.16355.7530
CIE-Lab77.857911.72562.0832

#d8b9bd color RGB value is (216,185,189).

#d8b9bd hex color red value is 216, green value is 185 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d8b9bd hue: 0.98 , saturation: 0.28 and the lightness value of d8b9bd is 0.79.

The process color (four color CMYK) of #d8b9bd color hex is 0.00, 0.14, 0.13, 0.15. Web safe color of #d8b9bd is #cccccc. Color #d8b9bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111001 10111101
Octal 330 271 275
Decimal 216 185 189
Hex D8 B9 BD

RGB Percentages of Color #d8b9bd

%36.61
%31.36
%32.03

CMYK Percentages of Color #d8b9bd

%0
%14
%13
%15

Triadic Colors of #d8b9bd

#d8b9bd #bdd8b9 #b9bdd8

Analogous Colors of #d8b9bd

#d8b9bd #d8c5b9 #d8b9cd

Monochromatic Colors of #d8b9bd

#d8b9bd

Complementary Color

#d8b9bd #b9d8d4

#d8b9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8b9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8b9bd Color CSS Codes

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

#d8b9bd Text Font Color

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

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


#d8b9bd Background Color

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

This div background color is #d8b9bd


#d8b9bd Border Color

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

This div border color is #d8b9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8b9bd


Comments

No comments written yet.

Please login to write comment.