Color Hex Logo

#dfd8bb Color Hex

#DFD8BB
(223,216,187)
0 Favorites   0 Comments

Color spaces of #dfd8bb

RGB 223216187
HSL0.130.360.80
HSV48°16°87°
CMYK 0.000.030.16   0.13
XYZ63.956968.387656.8429
Yxy68.38760.33810.3615
Hunter Lab82.6968-6.669217.1339
CIE-Lab86.1999-2.370015.1661

#dfd8bb color RGB value is (223,216,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 10111011
Octal 337 330 273
Decimal 223 216 187
Hex DF D8 BB

RGB Percentages of Color #dfd8bb

%35.62
%34.50
%29.87

CMYK Percentages of Color #dfd8bb

%0
%3
%16
%13

Triadic Colors of #dfd8bb

#dfd8bb #bbdfd8 #d8bbdf

Analogous Colors of #dfd8bb

#dfd8bb #d4dfbb #dfc6bb

Monochromatic Colors of #dfd8bb

#dfd8bb

Complementary Color

#dfd8bb #bbc2df

#dfd8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd8bb Color CSS Codes

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

#dfd8bb Text Font Color

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

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


#dfd8bb Background Color

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

This div background color is #dfd8bb


#dfd8bb Border Color

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

This div border color is #dfd8bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,216,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 #dfd8bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd8bb


Comments

No comments written yet.

Please login to write comment.