Color Hex Logo

#dfdba7 Color Hex

#DFDBA7
(223,219,167)
0 Favorites   0 Comments

Color spaces of #dfdba7

RGB 223219167
HSL0.150.470.76
HSV56°25°87°
CMYK 0.000.020.25   0.13
XYZ62.738069.141046.5981
Yxy69.14100.35150.3874
Hunter Lab83.1511-10.835024.9795
CIE-Lab86.5738-6.783026.1331

#dfdba7 color RGB value is (223,219,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 10100111
Octal 337 333 247
Decimal 223 219 167
Hex DF DB A7

RGB Percentages of Color #dfdba7

%36.62
%35.96
%27.42

CMYK Percentages of Color #dfdba7

%0
%2
%25
%13

Triadic Colors of #dfdba7

#dfdba7 #a7dfdb #dba7df

Analogous Colors of #dfdba7

#dfdba7 #c7dfa7 #dfbfa7

Monochromatic Colors of #dfdba7

#dfdba7

Complementary Color

#dfdba7 #a7abdf

#dfdba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdba7 Color CSS Codes

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

#dfdba7 Text Font Color

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

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


#dfdba7 Background Color

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

This div background color is #dfdba7


#dfdba7 Border Color

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

This div border color is #dfdba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdba7


Comments

No comments written yet.

Please login to write comment.