Color Hex Logo

#dfc7bf Color Hex

#DFC7BF
(223,199,191)
0 Favorites   0 Comments

Color spaces of #dfc7bf

RGB 223199191
HSL0.040.330.81
HSV15°14°87°
CMYK 0.000.110.14   0.13
XYZ60.258860.296457.7526
Yxy60.29640.33790.3382
Hunter Lab77.65082.631310.2587
CIE-Lab81.99907.12427.0687

#dfc7bf color RGB value is (223,199,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 10111111
Octal 337 307 277
Decimal 223 199 191
Hex DF C7 BF

RGB Percentages of Color #dfc7bf

%36.38
%32.46
%31.16

CMYK Percentages of Color #dfc7bf

%0
%11
%14
%13

Triadic Colors of #dfc7bf

#dfc7bf #bfdfc7 #c7bfdf

Analogous Colors of #dfc7bf

#dfc7bf #dfd7bf #dfbfc7

Monochromatic Colors of #dfc7bf

#dfc7bf

Complementary Color

#dfc7bf #bfd7df

#dfc7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc7bf Color CSS Codes

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

#dfc7bf Text Font Color

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

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


#dfc7bf Background Color

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

This div background color is #dfc7bf


#dfc7bf Border Color

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

This div border color is #dfc7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc7bf


Comments

No comments written yet.

Please login to write comment.