Color Hex Logo

#dfdba4 Color Hex

#DFDBA4
(223,219,164)
0 Favorites   0 Comments

Color spaces of #dfdba4

RGB 223219164
HSL0.160.480.76
HSV56°26°87°
CMYK 0.000.020.26   0.13
XYZ62.463869.031345.1541
Yxy69.03130.35360.3908
Hunter Lab83.0851-11.201625.9373
CIE-Lab86.5195-7.184227.6127

#dfdba4 color RGB value is (223,219,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 10100100
Octal 337 333 244
Decimal 223 219 164
Hex DF DB A4

RGB Percentages of Color #dfdba4

%36.80
%36.14
%27.06

CMYK Percentages of Color #dfdba4

%0
%2
%26
%13

Triadic Colors of #dfdba4

#dfdba4 #a4dfdb #dba4df

Analogous Colors of #dfdba4

#dfdba4 #c6dfa4 #dfbea4

Monochromatic Colors of #dfdba4

#dfdba4

Complementary Color

#dfdba4 #a4a8df

#dfdba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdba4 Color CSS Codes

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

#dfdba4 Text Font Color

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

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


#dfdba4 Background Color

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

This div background color is #dfdba4


#dfdba4 Border Color

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

This div border color is #dfdba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdba4


Comments

No comments written yet.

Please login to write comment.