Color Hex Logo

#dfdbbd Color Hex

#DFDBBD
(223,219,189)
0 Favorites   0 Comments

Color spaces of #dfdbbd

RGB 223219189
HSL0.150.350.81
HSV53°15°87°
CMYK 0.000.020.15   0.13
XYZ64.948370.025158.2372
Yxy70.02510.33620.3624
Hunter Lab83.6810-7.900517.3142
CIE-Lab87.0092-3.605915.2553

#dfdbbd color RGB value is (223,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 10111101
Octal 337 333 275
Decimal 223 219 189
Hex DF DB BD

RGB Percentages of Color #dfdbbd

%35.34
%34.71
%29.95

CMYK Percentages of Color #dfdbbd

%0
%2
%15
%13

Triadic Colors of #dfdbbd

#dfdbbd #bddfdb #dbbddf

Analogous Colors of #dfdbbd

#dfdbbd #d2dfbd #dfcabd

Monochromatic Colors of #dfdbbd

#dfdbbd

Complementary Color

#dfdbbd #bdc1df

#dfdbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbbd Color CSS Codes

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

#dfdbbd Text Font Color

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

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


#dfdbbd Background Color

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

This div background color is #dfdbbd


#dfdbbd Border Color

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

This div border color is #dfdbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbbd

#dfdbbd Color Palettes


Comments

No comments written yet.

Please login to write comment.