Color Hex Logo

#dfc7ba Color Hex

#DFC7BA
(223,199,186)
0 Favorites   0 Comments

Color spaces of #dfc7ba

RGB 223199186
HSL0.060.370.80
HSV21°17°87°
CMYK 0.000.110.17   0.13
XYZ59.717860.080054.9035
Yxy60.08000.34180.3439
Hunter Lab77.51131.878812.2611
CIE-Lab81.88176.34089.5736

#dfc7ba color RGB value is (223,199,186).

#dfc7ba hex color red value is 223, green value is 199 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dfc7ba hue: 0.06 , saturation: 0.37 and the lightness value of dfc7ba is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 10111010
Octal 337 307 272
Decimal 223 199 186
Hex DF C7 BA

RGB Percentages of Color #dfc7ba

%36.68
%32.73
%30.59

CMYK Percentages of Color #dfc7ba

%0
%11
%17
%13

Triadic Colors of #dfc7ba

#dfc7ba #badfc7 #c7badf

Analogous Colors of #dfc7ba

#dfc7ba #dfdaba #dfbac0

Monochromatic Colors of #dfc7ba

#dfc7ba

Complementary Color

#dfc7ba #bad2df

#dfc7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc7ba Color CSS Codes

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

#dfc7ba Text Font Color

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

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


#dfc7ba Background Color

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

This div background color is #dfc7ba


#dfc7ba Border Color

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

This div border color is #dfc7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc7ba

#dfc7ba Color Palettes


Comments

No comments written yet.

Please login to write comment.