Color Hex Logo

#dfdbac Color Hex

#DFDBAC
(223,219,172)
0 Favorites   0 Comments

Color spaces of #dfdbac

RGB 223219172
HSL0.150.440.77
HSV55°23°87°
CMYK 0.000.020.23   0.13
XYZ63.209369.329649.0802
Yxy69.32960.34800.3817
Hunter Lab83.2644-10.206323.3366
CIE-Lab86.6670-6.097223.6639

#dfdbac color RGB value is (223,219,172).

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

The process color (four color CMYK) of #dfdbac color hex is 0.00, 0.02, 0.23, 0.13. Web safe color of #dfdbac is #cccc99. Color #dfdbac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 10101100
Octal 337 333 254
Decimal 223 219 172
Hex DF DB AC

RGB Percentages of Color #dfdbac

%36.32
%35.67
%28.01

CMYK Percentages of Color #dfdbac

%0
%2
%23
%13

Triadic Colors of #dfdbac

#dfdbac #acdfdb #dbacdf

Analogous Colors of #dfdbac

#dfdbac #cadfac #dfc2ac

Monochromatic Colors of #dfdbac

#dfdbac

Complementary Color

#dfdbac #acb0df

#dfdbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbac Color CSS Codes

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

#dfdbac Text Font Color

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

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


#dfdbac Background Color

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

This div background color is #dfdbac


#dfdbac Border Color

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

This div border color is #dfdbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbac


Comments

No comments written yet.

Please login to write comment.