Color Hex Logo

#dfad8f Color Hex

#DFAD8F
(223,173,143)
0 Favorites   0 Comments

Color spaces of #dfad8f

RGB 223173143
HSL0.060.560.72
HSV23°36°87°
CMYK 0.000.220.36   0.13
XYZ50.332947.558332.5134
Yxy47.55830.38600.3647
Hunter Lab68.96259.595420.3206
CIE-Lab74.545514.238922.4336

#dfad8f color RGB value is (223,173,143).

#dfad8f hex color red value is 223, green value is 173 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dfad8f hue: 0.06 , saturation: 0.56 and the lightness value of dfad8f is 0.72.

The process color (four color CMYK) of #dfad8f color hex is 0.00, 0.22, 0.36, 0.13. Web safe color of #dfad8f is #cc9999. Color #dfad8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 10001111
Octal 337 255 217
Decimal 223 173 143
Hex DF AD 8F

RGB Percentages of Color #dfad8f

%41.37
%32.10
%26.53

CMYK Percentages of Color #dfad8f

%0
%22
%36
%13

Triadic Colors of #dfad8f

#dfad8f #8fdfad #ad8fdf

Analogous Colors of #dfad8f

#dfad8f #dfd58f #df8f99

Monochromatic Colors of #dfad8f

#dfad8f

Complementary Color

#dfad8f #8fc1df

#dfad8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfad8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfad8f Color CSS Codes

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

#dfad8f Text Font Color

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

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


#dfad8f Background Color

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

This div background color is #dfad8f


#dfad8f Border Color

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

This div border color is #dfad8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfad8f


Comments

No comments written yet.

Please login to write comment.