Color Hex Logo

#dfa79f Color Hex

#DFA79F
(223,167,159)
0 Favorites   0 Comments

Color spaces of #dfa79f

RGB 223167159
HSL0.020.500.75
HSV29°87°
CMYK 0.000.250.29   0.13
XYZ50.508245.828638.9846
Yxy45.82860.37320.3387
Hunter Lab67.696814.708413.2444
CIE-Lab73.434219.498012.1796

#dfa79f color RGB value is (223,167,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 10011111
Octal 337 247 237
Decimal 223 167 159
Hex DF A7 9F

RGB Percentages of Color #dfa79f

%40.62
%30.42
%28.96

CMYK Percentages of Color #dfa79f

%0
%25
%29
%13

Triadic Colors of #dfa79f

#dfa79f #9fdfa7 #a79fdf

Analogous Colors of #dfa79f

#dfa79f #dfc79f #df9fb7

Monochromatic Colors of #dfa79f

#dfa79f

Complementary Color

#dfa79f #9fd7df

#dfa79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa79f Color CSS Codes

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

#dfa79f Text Font Color

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

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


#dfa79f Background Color

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

This div background color is #dfa79f


#dfa79f Border Color

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

This div border color is #dfa79f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,167,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 #dfa79f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa79f


Comments

No comments written yet.

Please login to write comment.