Color Hex Logo

#dfc2bf Color Hex

#DFC2BF
(223,194,191)
0 Favorites   0 Comments

Color spaces of #dfc2bf

RGB 223194191
HSL0.020.330.81
HSV14°87°
CMYK 0.000.130.14   0.13
XYZ59.127258.033157.3754
Yxy58.03310.33880.3325
Hunter Lab76.17955.22998.6707
CIE-Lab80.75729.77125.2808

#dfc2bf color RGB value is (223,194,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 10111111
Octal 337 302 277
Decimal 223 194 191
Hex DF C2 BF

RGB Percentages of Color #dfc2bf

%36.68
%31.91
%31.41

CMYK Percentages of Color #dfc2bf

%0
%13
%14
%13

Triadic Colors of #dfc2bf

#dfc2bf #bfdfc2 #c2bfdf

Analogous Colors of #dfc2bf

#dfc2bf #dfd2bf #dfbfcc

Monochromatic Colors of #dfc2bf

#dfc2bf

Complementary Color

#dfc2bf #bfdcdf

#dfc2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc2bf Color CSS Codes

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

#dfc2bf Text Font Color

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

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


#dfc2bf Background Color

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

This div background color is #dfc2bf


#dfc2bf Border Color

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

This div border color is #dfc2bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,194,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc2bf


Comments

No comments written yet.

Please login to write comment.