Color Hex Logo

#dfdba9 Color Hex

#DFDBA9
(223,219,169)
0 Favorites   0 Comments

Color spaces of #dfdba9

RGB 223219169
HSL0.150.460.77
HSV56°24°87°
CMYK 0.000.020.24   0.13
XYZ62.924469.215647.5796
Yxy69.21560.35010.3851
Hunter Lab83.1959-10.586224.3293
CIE-Lab86.6107-6.511225.1458

#dfdba9 color RGB value is (223,219,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 10101001
Octal 337 333 251
Decimal 223 219 169
Hex DF DB A9

RGB Percentages of Color #dfdba9

%36.50
%35.84
%27.66

CMYK Percentages of Color #dfdba9

%0
%2
%24
%13

Triadic Colors of #dfdba9

#dfdba9 #a9dfdb #dba9df

Analogous Colors of #dfdba9

#dfdba9 #c8dfa9 #dfc0a9

Monochromatic Colors of #dfdba9

#dfdba9

Complementary Color

#dfdba9 #a9addf

#dfdba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdba9 Color CSS Codes

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

#dfdba9 Text Font Color

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

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


#dfdba9 Background Color

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

This div background color is #dfdba9


#dfdba9 Border Color

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

This div border color is #dfdba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdba9


Comments

No comments written yet.

Please login to write comment.