Color Hex Logo

#d4d1bd Color Hex

#D4D1BD
(212,209,189)
0 Favorites   0 Comments

Color spaces of #d4d1bd

RGB 212209189
HSL0.140.210.79
HSV52°11°83°
CMYK 0.000.010.11   0.17
XYZ59.137163.272157.2400
Yxy63.27210.32920.3522
Hunter Lab79.5438-6.495113.0153
CIE-Lab83.5853-2.395310.2841

#d4d1bd color RGB value is (212,209,189).

#d4d1bd hex color red value is 212, green value is 209 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d4d1bd hue: 0.14 , saturation: 0.21 and the lightness value of d4d1bd is 0.79.

The process color (four color CMYK) of #d4d1bd color hex is 0.00, 0.01, 0.11, 0.17. Web safe color of #d4d1bd is #cccccc. Color #d4d1bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11010001 10111101
Octal 324 321 275
Decimal 212 209 189
Hex D4 D1 BD

RGB Percentages of Color #d4d1bd

%34.75
%34.26
%30.98

CMYK Percentages of Color #d4d1bd

%0
%1
%11
%17

Triadic Colors of #d4d1bd

#d4d1bd #bdd4d1 #d1bdd4

Analogous Colors of #d4d1bd

#d4d1bd #ccd4bd #d4c6bd

Monochromatic Colors of #d4d1bd

#d4d1bd

Complementary Color

#d4d1bd #bdc0d4

#d4d1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4d1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4d1bd Color CSS Codes

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

#d4d1bd Text Font Color

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

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


#d4d1bd Background Color

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

This div background color is #d4d1bd


#d4d1bd Border Color

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

This div border color is #d4d1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4d1bd


Comments

No comments written yet.

Please login to write comment.