Color Hex Logo

#dfdbb7 Color Hex

#DFDBB7
(223,219,183)
0 Favorites   0 Comments

Color spaces of #dfdbb7

RGB 223219183
HSL0.150.380.80
HSV54°18°87°
CMYK 0.000.020.18   0.13
XYZ64.310269.769954.8772
Yxy69.76990.34030.3692
Hunter Lab83.5284-8.743919.5170
CIE-Lab86.8839-4.512918.2236

#dfdbb7 color RGB value is (223,219,183).

#dfdbb7 hex color red value is 223, green value is 219 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #dfdbb7 hue: 0.15 , saturation: 0.38 and the lightness value of dfdbb7 is 0.80.

The process color (four color CMYK) of #dfdbb7 color hex is 0.00, 0.02, 0.18, 0.13. Web safe color of #dfdbb7 is #cccccc. Color #dfdbb7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 10110111
Octal 337 333 267
Decimal 223 219 183
Hex DF DB B7

RGB Percentages of Color #dfdbb7

%35.68
%35.04
%29.28

CMYK Percentages of Color #dfdbb7

%0
%2
%18
%13

Triadic Colors of #dfdbb7

#dfdbb7 #b7dfdb #dbb7df

Analogous Colors of #dfdbb7

#dfdbb7 #cfdfb7 #dfc7b7

Monochromatic Colors of #dfdbb7

#dfdbb7

Complementary Color

#dfdbb7 #b7bbdf

#dfdbb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbb7 Color CSS Codes

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

#dfdbb7 Text Font Color

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

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


#dfdbb7 Background Color

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

This div background color is #dfdbb7


#dfdbb7 Border Color

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

This div border color is #dfdbb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbb7


Comments

No comments written yet.

Please login to write comment.