Color Hex Logo

#dfbbbf Color Hex

#DFBBBF
(223,187,191)
0 Favorites   0 Comments

Color spaces of #dfbbbf

RGB 223187191
HSL0.980.360.80
HSV353°16°87°
CMYK 0.000.160.14   0.13
XYZ57.605754.990256.8682
Yxy54.99020.33990.3245
Hunter Lab74.15548.89126.4405
CIE-Lab79.035613.49882.7900

#dfbbbf color RGB value is (223,187,191).

#dfbbbf hex color red value is 223, green value is 187 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dfbbbf hue: 0.98 , saturation: 0.36 and the lightness value of dfbbbf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 10111111
Octal 337 273 277
Decimal 223 187 191
Hex DF BB BF

RGB Percentages of Color #dfbbbf

%37.10
%31.11
%31.78

CMYK Percentages of Color #dfbbbf

%0
%16
%14
%13

Triadic Colors of #dfbbbf

#dfbbbf #bfdfbb #bbbfdf

Analogous Colors of #dfbbbf

#dfbbbf #dfc9bb #dfbbd1

Monochromatic Colors of #dfbbbf

#dfbbbf

Complementary Color

#dfbbbf #bbdfdb

#dfbbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbbf Color CSS Codes

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

#dfbbbf Text Font Color

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

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


#dfbbbf Background Color

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

This div background color is #dfbbbf


#dfbbbf Border Color

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

This div border color is #dfbbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbbf

#dfbbbf Color Palettes


Comments

No comments written yet.

Please login to write comment.