Color Hex Logo

#dfbf8f Color Hex

#DFBF8F
(223,191,143)
0 Favorites   0 Comments

Color spaces of #dfbf8f

RGB 223191143
HSL0.100.560.72
HSV36°36°87°
CMYK 0.000.140.36   0.13
XYZ54.020254.932733.7425
Yxy54.93270.37860.3850
Hunter Lab74.11660.396424.8891
CIE-Lab79.00254.673928.4544

#dfbf8f color RGB value is (223,191,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 10001111
Octal 337 277 217
Decimal 223 191 143
Hex DF BF 8F

RGB Percentages of Color #dfbf8f

%40.04
%34.29
%25.67

CMYK Percentages of Color #dfbf8f

%0
%14
%36
%13

Triadic Colors of #dfbf8f

#dfbf8f #8fdfbf #bf8fdf

Analogous Colors of #dfbf8f

#dfbf8f #d7df8f #df978f

Monochromatic Colors of #dfbf8f

#dfbf8f

Complementary Color

#dfbf8f #8fafdf

#dfbf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbf8f Color CSS Codes

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

#dfbf8f Text Font Color

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

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


#dfbf8f Background Color

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

This div background color is #dfbf8f


#dfbf8f Border Color

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

This div border color is #dfbf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbf8f


Comments

No comments written yet.

Please login to write comment.