Color Hex Logo

#dfdbd8 Color Hex

#DFDBD8
(223,219,216)
0 Favorites   0 Comments

Color spaces of #dfdbd8

RGB 223219216
HSL0.070.100.86
HSV26°87°
CMYK 0.000.020.03   0.13
XYZ68.157671.308975.1374
Yxy71.30890.31760.3323
Hunter Lab84.4446-3.70576.3560
CIE-Lab87.63490.83471.9433

#dfdbd8 color RGB value is (223,219,216).

#dfdbd8 hex color red value is 223, green value is 219 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #dfdbd8 hue: 0.07 , saturation: 0.10 and the lightness value of dfdbd8 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 11011000
Octal 337 333 330
Decimal 223 219 216
Hex DF DB D8

RGB Percentages of Color #dfdbd8

%33.89
%33.28
%32.83

CMYK Percentages of Color #dfdbd8

%0
%2
%3
%13

Triadic Colors of #dfdbd8

#dfdbd8 #d8dfdb #dbd8df

Analogous Colors of #dfdbd8

#dfdbd8 #dfdfd8 #dfd8d9

Monochromatic Colors of #dfdbd8

#dfdbd8

Complementary Color

#dfdbd8 #d8dcdf

#dfdbd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbd8 Color CSS Codes

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

#dfdbd8 Text Font Color

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

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


#dfdbd8 Background Color

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

This div background color is #dfdbd8


#dfdbd8 Border Color

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

This div border color is #dfdbd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbd8


Comments

No comments written yet.

Please login to write comment.