Color Hex Logo

#dfdba0 Color Hex

#DFDBA0
(223,219,160)
0 Favorites   0 Comments

Color spaces of #dfdba0

RGB 223219160
HSL0.160.500.75
HSV56°28°87°
CMYK 0.000.020.28   0.13
XYZ62.108168.889143.2812
Yxy68.88910.35640.3953
Hunter Lab82.9995-11.678327.1820
CIE-Lab86.4491-7.707329.5825

#dfdba0 color RGB value is (223,219,160).

#dfdba0 hex color red value is 223, green value is 219 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #dfdba0 hue: 0.16 , saturation: 0.50 and the lightness value of dfdba0 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 10100000
Octal 337 333 240
Decimal 223 219 160
Hex DF DB A0

RGB Percentages of Color #dfdba0

%37.04
%36.38
%26.58

CMYK Percentages of Color #dfdba0

%0
%2
%28
%13

Triadic Colors of #dfdba0

#dfdba0 #a0dfdb #dba0df

Analogous Colors of #dfdba0

#dfdba0 #c4dfa0 #dfbca0

Monochromatic Colors of #dfdba0

#dfdba0

Complementary Color

#dfdba0 #a0a4df

#dfdba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdba0 Color CSS Codes

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

#dfdba0 Text Font Color

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

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


#dfdba0 Background Color

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

This div background color is #dfdba0


#dfdba0 Border Color

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

This div border color is #dfdba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdba0


Comments

No comments written yet.

Please login to write comment.