Color Hex Logo

#dfb284 Color Hex

#DFB284
(223,178,132)
0 Favorites   0 Comments

Color spaces of #dfb284

RGB 223178132
HSL0.080.590.70
HSV30°41°87°
CMYK 0.000.200.41   0.13
XYZ50.516749.194728.6628
Yxy49.19470.39350.3832
Hunter Lab70.13895.819324.8680
CIE-Lab75.572310.304729.7045

#dfb284 color RGB value is (223,178,132).

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

The process color (four color CMYK) of #dfb284 color hex is 0.00, 0.20, 0.41, 0.13. Web safe color of #dfb284 is #cc9999. Color #dfb284 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 10000100
Octal 337 262 204
Decimal 223 178 132
Hex DF B2 84

RGB Percentages of Color #dfb284

%41.84
%33.40
%24.77

CMYK Percentages of Color #dfb284

%0
%20
%41
%13

Triadic Colors of #dfb284

#dfb284 #84dfb2 #b284df

Analogous Colors of #dfb284

#dfb284 #dfdf84 #df8584

Monochromatic Colors of #dfb284

#dfb284

Complementary Color

#dfb284 #84b1df

#dfb284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb284 Color CSS Codes

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

#dfb284 Text Font Color

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

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


#dfb284 Background Color

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

This div background color is #dfb284


#dfb284 Border Color

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

This div border color is #dfb284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb284


Comments

No comments written yet.

Please login to write comment.