Color Hex Logo

#dfbf87 Color Hex

#DFBF87
(223,191,135)
0 Favorites   0 Comments

Color spaces of #dfbf87

RGB 223191135
HSL0.110.580.70
HSV38°39°87°
CMYK 0.000.140.39   0.13
XYZ53.435454.698830.6633
Yxy54.69880.38500.3941
Hunter Lab73.9586-0.460727.1894
CIE-Lab78.86753.756032.4705

#dfbf87 color RGB value is (223,191,135).

#dfbf87 hex color red value is 223, green value is 191 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dfbf87 hue: 0.11 , saturation: 0.58 and the lightness value of dfbf87 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 10000111
Octal 337 277 207
Decimal 223 191 135
Hex DF BF 87

RGB Percentages of Color #dfbf87

%40.62
%34.79
%24.59

CMYK Percentages of Color #dfbf87

%0
%14
%39
%13

Triadic Colors of #dfbf87

#dfbf87 #87dfbf #bf87df

Analogous Colors of #dfbf87

#dfbf87 #d3df87 #df9387

Monochromatic Colors of #dfbf87

#dfbf87

Complementary Color

#dfbf87 #87a7df

#dfbf87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbf87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbf87 Color CSS Codes

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

#dfbf87 Text Font Color

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

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


#dfbf87 Background Color

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

This div background color is #dfbf87


#dfbf87 Border Color

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

This div border color is #dfbf87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbf87


Comments

No comments written yet.

Please login to write comment.