Color Hex Logo

#dfbf84 Color Hex

#DFBF84
(223,191,132)
0 Favorites   0 Comments

Color spaces of #dfbf84

RGB 223191132
HSL0.110.590.70
HSV39°41°87°
CMYK 0.000.140.41   0.13
XYZ53.227154.615529.5663
Yxy54.61550.38740.3975
Hunter Lab73.9023-0.766928.0113
CIE-Lab78.81933.426833.9698

#dfbf84 color RGB value is (223,191,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 10000100
Octal 337 277 204
Decimal 223 191 132
Hex DF BF 84

RGB Percentages of Color #dfbf84

%40.84
%34.98
%24.18

CMYK Percentages of Color #dfbf84

%0
%14
%41
%13

Triadic Colors of #dfbf84

#dfbf84 #84dfbf #bf84df

Analogous Colors of #dfbf84

#dfbf84 #d2df84 #df9284

Monochromatic Colors of #dfbf84

#dfbf84

Complementary Color

#dfbf84 #84a4df

#dfbf84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbf84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbf84 Color CSS Codes

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

#dfbf84 Text Font Color

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

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


#dfbf84 Background Color

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

This div background color is #dfbf84


#dfbf84 Border Color

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

This div border color is #dfbf84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbf84


Comments

No comments written yet.

Please login to write comment.