Color Hex Logo

#dfbcab Color Hex

#DFBCAB
(223,188,171)
0 Favorites   0 Comments

Color spaces of #dfbcab

RGB 223188171
HSL0.050.450.77
HSV20°23°87°
CMYK 0.000.160.23   0.13
XYZ55.765354.594746.1268
Yxy54.59470.35640.3489
Hunter Lab73.88825.414014.7083
CIE-Lab78.80729.928213.2523

#dfbcab color RGB value is (223,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 10101011
Octal 337 274 253
Decimal 223 188 171
Hex DF BC AB

RGB Percentages of Color #dfbcab

%38.32
%32.30
%29.38

CMYK Percentages of Color #dfbcab

%0
%16
%23
%13

Triadic Colors of #dfbcab

#dfbcab #abdfbc #bcabdf

Analogous Colors of #dfbcab

#dfbcab #dfd6ab #dfabb4

Monochromatic Colors of #dfbcab

#dfbcab

Complementary Color

#dfbcab #abcedf

#dfbcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbcab Color CSS Codes

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

#dfbcab Text Font Color

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

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


#dfbcab Background Color

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

This div background color is #dfbcab


#dfbcab Border Color

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

This div border color is #dfbcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbcab


Comments

No comments written yet.

Please login to write comment.