Color Hex Logo

#dfbcaa Color Hex

#DFBCAA
(223,188,170)
0 Favorites   0 Comments

Color spaces of #dfbcaa

RGB 223188170
HSL0.060.450.77
HSV20°24°87°
CMYK 0.000.160.24   0.13
XYZ55.670354.556745.6266
Yxy54.55670.35720.3501
Hunter Lab73.86255.276415.0789
CIE-Lab78.78529.785213.7593

#dfbcaa color RGB value is (223,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 10101010
Octal 337 274 252
Decimal 223 188 170
Hex DF BC AA

RGB Percentages of Color #dfbcaa

%38.38
%32.36
%29.26

CMYK Percentages of Color #dfbcaa

%0
%16
%24
%13

Triadic Colors of #dfbcaa

#dfbcaa #aadfbc #bcaadf

Analogous Colors of #dfbcaa

#dfbcaa #dfd7aa #dfaab3

Monochromatic Colors of #dfbcaa

#dfbcaa

Complementary Color

#dfbcaa #aacddf

#dfbcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbcaa Color CSS Codes

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

#dfbcaa Text Font Color

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

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


#dfbcaa Background Color

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

This div background color is #dfbcaa


#dfbcaa Border Color

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

This div border color is #dfbcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbcaa


Comments

No comments written yet.

Please login to write comment.