Color Hex Logo

#dfba9c Color Hex

#DFBA9C
(223,186,156)
0 Favorites   0 Comments

Color spaces of #dfba9c

RGB 223186156
HSL0.070.510.74
HSV27°30°87°
CMYK 0.000.170.30   0.13
XYZ53.991153.206138.8767
Yxy53.20610.36960.3642
Hunter Lab72.94254.474019.4595
CIE-Lab77.99658.935620.1769

#dfba9c color RGB value is (223,186,156).

#dfba9c hex color red value is 223, green value is 186 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dfba9c hue: 0.07 , saturation: 0.51 and the lightness value of dfba9c is 0.74.

The process color (four color CMYK) of #dfba9c color hex is 0.00, 0.17, 0.30, 0.13. Web safe color of #dfba9c is #cccc99. Color #dfba9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 10011100
Octal 337 272 234
Decimal 223 186 156
Hex DF BA 9C

RGB Percentages of Color #dfba9c

%39.47
%32.92
%27.61

CMYK Percentages of Color #dfba9c

%0
%17
%30
%13

Triadic Colors of #dfba9c

#dfba9c #9cdfba #ba9cdf

Analogous Colors of #dfba9c

#dfba9c #dfdc9c #df9ca0

Monochromatic Colors of #dfba9c

#dfba9c

Complementary Color

#dfba9c #9cc1df

#dfba9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfba9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfba9c Color CSS Codes

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

#dfba9c Text Font Color

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

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


#dfba9c Background Color

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

This div background color is #dfba9c


#dfba9c Border Color

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

This div border color is #dfba9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfba9c


Comments

No comments written yet.

Please login to write comment.