Color Hex Logo

#dfa49f Color Hex

#DFA49F
(223,164,159)
0 Favorites   0 Comments

Color spaces of #dfa49f

RGB 223164159
HSL0.010.500.75
HSV29°87°
CMYK 0.000.260.29   0.13
XYZ49.964944.742138.8035
Yxy44.74210.37420.3351
Hunter Lab66.889516.278612.4278
CIE-Lab72.721821.111511.1716

#dfa49f color RGB value is (223,164,159).

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

The process color (four color CMYK) of #dfa49f color hex is 0.00, 0.26, 0.29, 0.13. Web safe color of #dfa49f is #cc9999. Color #dfa49f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 10011111
Octal 337 244 237
Decimal 223 164 159
Hex DF A4 9F

RGB Percentages of Color #dfa49f

%40.84
%30.04
%29.12

CMYK Percentages of Color #dfa49f

%0
%26
%29
%13

Triadic Colors of #dfa49f

#dfa49f #9fdfa4 #a49fdf

Analogous Colors of #dfa49f

#dfa49f #dfc49f #df9fba

Monochromatic Colors of #dfa49f

#dfa49f

Complementary Color

#dfa49f #9fdadf

#dfa49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa49f Color CSS Codes

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

#dfa49f Text Font Color

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

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


#dfa49f Background Color

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

This div background color is #dfa49f


#dfa49f Border Color

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

This div border color is #dfa49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa49f


Comments

No comments written yet.

Please login to write comment.