Color Hex Logo

#dfd1bd Color Hex

#DFD1BD
(223,209,189)
0 Favorites   0 Comments

Color spaces of #dfd1bd

RGB 223209189
HSL0.100.350.81
HSV35°15°87°
CMYK 0.000.060.15   0.13
XYZ62.417264.963057.3935
Yxy64.96300.33780.3516
Hunter Lab80.5996-2.817114.2004
CIE-Lab84.46471.564911.6560

#dfd1bd color RGB value is (223,209,189).

#dfd1bd hex color red value is 223, green value is 209 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dfd1bd hue: 0.10 , saturation: 0.35 and the lightness value of dfd1bd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 10111101
Octal 337 321 275
Decimal 223 209 189
Hex DF D1 BD

RGB Percentages of Color #dfd1bd

%35.91
%33.66
%30.43

CMYK Percentages of Color #dfd1bd

%0
%6
%15
%13

Triadic Colors of #dfd1bd

#dfd1bd #bddfd1 #d1bddf

Analogous Colors of #dfd1bd

#dfd1bd #dcdfbd #dfc0bd

Monochromatic Colors of #dfd1bd

#dfd1bd

Complementary Color

#dfd1bd #bdcbdf

#dfd1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd1bd Color CSS Codes

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

#dfd1bd Text Font Color

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

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


#dfd1bd Background Color

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

This div background color is #dfd1bd


#dfd1bd Border Color

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

This div border color is #dfd1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd1bd


Comments

No comments written yet.

Please login to write comment.