Color Hex Logo

#dfaf8f Color Hex

#DFAF8F
(223,175,143)
0 Favorites   0 Comments

Color spaces of #dfaf8f

RGB 223175143
HSL0.070.560.72
HSV24°36°87°
CMYK 0.000.220.36   0.13
XYZ50.719348.331132.6422
Yxy48.33110.38510.3670
Hunter Lab69.52068.565120.8258
CIE-Lab75.033313.168823.0984

#dfaf8f color RGB value is (223,175,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 10001111
Octal 337 257 217
Decimal 223 175 143
Hex DF AF 8F

RGB Percentages of Color #dfaf8f

%41.22
%32.35
%26.43

CMYK Percentages of Color #dfaf8f

%0
%22
%36
%13

Triadic Colors of #dfaf8f

#dfaf8f #8fdfaf #af8fdf

Analogous Colors of #dfaf8f

#dfaf8f #dfd78f #df8f97

Monochromatic Colors of #dfaf8f

#dfaf8f

Complementary Color

#dfaf8f #8fbfdf

#dfaf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaf8f Color CSS Codes

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

#dfaf8f Text Font Color

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

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


#dfaf8f Background Color

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

This div background color is #dfaf8f


#dfaf8f Border Color

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

This div border color is #dfaf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaf8f


Comments

No comments written yet.

Please login to write comment.