Color Hex Logo

#dfbdb0 Color Hex

#DFBDB0
(223,189,176)
0 Favorites   0 Comments

Color spaces of #dfbdb0

RGB 223189176
HSL0.050.420.78
HSV17°21°87°
CMYK 0.000.150.21   0.13
XYZ56.465555.217848.7563
Yxy55.21780.35190.3442
Hunter Lab74.30875.598013.1140
CIE-Lab79.166610.124011.0701

#dfbdb0 color RGB value is (223,189,176).

#dfbdb0 hex color red value is 223, green value is 189 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #dfbdb0 hue: 0.05 , saturation: 0.42 and the lightness value of dfbdb0 is 0.78.

The process color (four color CMYK) of #dfbdb0 color hex is 0.00, 0.15, 0.21, 0.13. Web safe color of #dfbdb0 is #cccc99. Color #dfbdb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 10110000
Octal 337 275 260
Decimal 223 189 176
Hex DF BD B0

RGB Percentages of Color #dfbdb0

%37.93
%32.14
%29.93

CMYK Percentages of Color #dfbdb0

%0
%15
%21
%13

Triadic Colors of #dfbdb0

#dfbdb0 #b0dfbd #bdb0df

Analogous Colors of #dfbdb0

#dfbdb0 #dfd5b0 #dfb0bb

Monochromatic Colors of #dfbdb0

#dfbdb0

Complementary Color

#dfbdb0 #b0d2df

#dfbdb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdb0 Color CSS Codes

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

#dfbdb0 Text Font Color

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

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


#dfbdb0 Background Color

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

This div background color is #dfbdb0


#dfbdb0 Border Color

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

This div border color is #dfbdb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdb0


Comments

No comments written yet.

Please login to write comment.