Color Hex Logo

#dfbca7 Color Hex

#DFBCA7
(223,188,167)
0 Favorites   0 Comments

Color spaces of #dfbca7

RGB 223188167
HSL0.060.470.76
HSV23°25°87°
CMYK 0.000.160.25   0.13
XYZ55.389754.444444.1487
Yxy54.44440.35970.3536
Hunter Lab73.78644.869316.1755
CIE-Lab78.72029.361715.2808

#dfbca7 color RGB value is (223,188,167).

#dfbca7 hex color red value is 223, green value is 188 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #dfbca7 hue: 0.06 , saturation: 0.47 and the lightness value of dfbca7 is 0.76.

The process color (four color CMYK) of #dfbca7 color hex is 0.00, 0.16, 0.25, 0.13. Web safe color of #dfbca7 is #cccc99. Color #dfbca7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 10100111
Octal 337 274 247
Decimal 223 188 167
Hex DF BC A7

RGB Percentages of Color #dfbca7

%38.58
%32.53
%28.89

CMYK Percentages of Color #dfbca7

%0
%16
%25
%13

Triadic Colors of #dfbca7

#dfbca7 #a7dfbc #bca7df

Analogous Colors of #dfbca7

#dfbca7 #dfd8a7 #dfa7ae

Monochromatic Colors of #dfbca7

#dfbca7

Complementary Color

#dfbca7 #a7cadf

#dfbca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbca7 Color CSS Codes

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

#dfbca7 Text Font Color

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

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


#dfbca7 Background Color

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

This div background color is #dfbca7


#dfbca7 Border Color

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

This div border color is #dfbca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbca7


Comments

No comments written yet.

Please login to write comment.