Color Hex Logo

#dfdbb6 Color Hex

#DFDBB6
(223,219,182)
0 Favorites   0 Comments

Color spaces of #dfdbb6

RGB 223219182
HSL0.150.390.79
HSV54°18°87°
CMYK 0.000.020.18   0.13
XYZ64.206469.728454.3309
Yxy69.72840.34100.3704
Hunter Lab83.5035-8.881419.8759
CIE-Lab86.8635-4.661218.7183

#dfdbb6 color RGB value is (223,219,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 10110110
Octal 337 333 266
Decimal 223 219 182
Hex DF DB B6

RGB Percentages of Color #dfdbb6

%35.74
%35.10
%29.17

CMYK Percentages of Color #dfdbb6

%0
%2
%18
%13

Triadic Colors of #dfdbb6

#dfdbb6 #b6dfdb #dbb6df

Analogous Colors of #dfdbb6

#dfdbb6 #cfdfb6 #dfc7b6

Monochromatic Colors of #dfdbb6

#dfdbb6

Complementary Color

#dfdbb6 #b6badf

#dfdbb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbb6 Color CSS Codes

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

#dfdbb6 Text Font Color

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

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


#dfdbb6 Background Color

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

This div background color is #dfdbb6


#dfdbb6 Border Color

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

This div border color is #dfdbb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbb6

#dfdbb6 Color Palettes


Comments

No comments written yet.

Please login to write comment.