Color Hex Logo

#dfc1bd Color Hex

#DFC1BD
(223,193,189)
0 Favorites   0 Comments

Color spaces of #dfc1bd

RGB 223193189
HSL0.020.350.81
HSV15°87°
CMYK 0.000.130.15   0.13
XYZ58.686757.502056.1500
Yxy57.50200.34050.3337
Hunter Lab75.83015.44289.1785
CIE-Lab80.46119.98485.9287

#dfc1bd color RGB value is (223,193,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 10111101
Octal 337 301 275
Decimal 223 193 189
Hex DF C1 BD

RGB Percentages of Color #dfc1bd

%36.86
%31.90
%31.24

CMYK Percentages of Color #dfc1bd

%0
%13
%15
%13

Triadic Colors of #dfc1bd

#dfc1bd #bddfc1 #c1bddf

Analogous Colors of #dfc1bd

#dfc1bd #dfd2bd #dfbdca

Monochromatic Colors of #dfc1bd

#dfc1bd

Complementary Color

#dfc1bd #bddbdf

#dfc1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc1bd Color CSS Codes

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

#dfc1bd Text Font Color

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

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


#dfc1bd Background Color

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

This div background color is #dfc1bd


#dfc1bd Border Color

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

This div border color is #dfc1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc1bd


Comments

No comments written yet.

Please login to write comment.