Color Hex Logo

#dfbfbc Color Hex

#DFBFBC
(223,191,188)
0 Favorites   0 Comments

Color spaces of #dfbfbc

RGB 223191188
HSL0.010.350.81
HSV16°87°
CMYK 0.000.140.16   0.13
XYZ58.139356.580455.4338
Yxy56.58040.34170.3325
Hunter Lab75.21996.33208.9598
CIE-Lab79.943010.89015.7202

#dfbfbc color RGB value is (223,191,188).

#dfbfbc hex color red value is 223, green value is 191 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dfbfbc hue: 0.01 , saturation: 0.35 and the lightness value of dfbfbc is 0.81.

The process color (four color CMYK) of #dfbfbc color hex is 0.00, 0.14, 0.16, 0.13. Web safe color of #dfbfbc is #cccccc. Color #dfbfbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 10111100
Octal 337 277 274
Decimal 223 191 188
Hex DF BF BC

RGB Percentages of Color #dfbfbc

%37.04
%31.73
%31.23

CMYK Percentages of Color #dfbfbc

%0
%14
%16
%13

Triadic Colors of #dfbfbc

#dfbfbc #bcdfbf #bfbcdf

Analogous Colors of #dfbfbc

#dfbfbc #dfd1bc #dfbccb

Monochromatic Colors of #dfbfbc

#dfbfbc

Complementary Color

#dfbfbc #bcdcdf

#dfbfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfbc Color CSS Codes

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

#dfbfbc Text Font Color

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

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


#dfbfbc Background Color

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

This div background color is #dfbfbc


#dfbfbc Border Color

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

This div border color is #dfbfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfbc


Comments

No comments written yet.

Please login to write comment.