Color Hex Logo

#dfbfaf Color Hex

#DFBFAF
(223,191,175)
0 Favorites   0 Comments

Color spaces of #dfbfaf

RGB 223191175
HSL0.060.430.78
HSV20°22°87°
CMYK 0.000.140.22   0.13
XYZ56.800156.044748.3815
Yxy56.04470.35230.3476
Hunter Lab74.86304.421314.0869
CIE-Lab79.63938.915212.2782

#dfbfaf color RGB value is (223,191,175).

#dfbfaf hex color red value is 223, green value is 191 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dfbfaf hue: 0.06 , saturation: 0.43 and the lightness value of dfbfaf is 0.78.

The process color (four color CMYK) of #dfbfaf color hex is 0.00, 0.14, 0.22, 0.13. Web safe color of #dfbfaf is #cccc99. Color #dfbfaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 10101111
Octal 337 277 257
Decimal 223 191 175
Hex DF BF AF

RGB Percentages of Color #dfbfaf

%37.86
%32.43
%29.71

CMYK Percentages of Color #dfbfaf

%0
%14
%22
%13

Triadic Colors of #dfbfaf

#dfbfaf #afdfbf #bfafdf

Analogous Colors of #dfbfaf

#dfbfaf #dfd7af #dfafb7

Monochromatic Colors of #dfbfaf

#dfbfaf

Complementary Color

#dfbfaf #afcfdf

#dfbfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfaf Color CSS Codes

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

#dfbfaf Text Font Color

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

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


#dfbfaf Background Color

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

This div background color is #dfbfaf


#dfbfaf Border Color

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

This div border color is #dfbfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfaf


Comments

No comments written yet.

Please login to write comment.