Color Hex Logo

#dfd9bb Color Hex

#DFD9BB
(223,217,187)
0 Favorites   0 Comments

Color spaces of #dfd9bb

RGB 223217187
HSL0.140.360.80
HSV50°16°87°
CMYK 0.000.030.16   0.13
XYZ64.213968.901556.9286
Yxy68.90150.33790.3626
Hunter Lab83.0069-7.175117.4420
CIE-Lab86.4552-2.884515.5255

#dfd9bb color RGB value is (223,217,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 10111011
Octal 337 331 273
Decimal 223 217 187
Hex DF D9 BB

RGB Percentages of Color #dfd9bb

%35.57
%34.61
%29.82

CMYK Percentages of Color #dfd9bb

%0
%3
%16
%13

Triadic Colors of #dfd9bb

#dfd9bb #bbdfd9 #d9bbdf

Analogous Colors of #dfd9bb

#dfd9bb #d3dfbb #dfc7bb

Monochromatic Colors of #dfd9bb

#dfd9bb

Complementary Color

#dfd9bb #bbc1df

#dfd9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd9bb Color CSS Codes

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

#dfd9bb Text Font Color

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

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


#dfd9bb Background Color

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

This div background color is #dfd9bb


#dfd9bb Border Color

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

This div border color is #dfd9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd9bb

#dfd9bb Color Palettes


Comments

No comments written yet.

Please login to write comment.