Color Hex Logo

#dfd496 Color Hex

#DFD496
(223,212,150)
0 Favorites   0 Comments

Color spaces of #dfd496

RGB 223212150
HSL0.140.530.73
HSV51°33°87°
CMYK 0.000.050.33   0.13
XYZ59.479964.977038.2610
Yxy64.97700.36550.3993
Hunter Lab80.6083-9.351628.2836
CIE-Lab84.4719-5.393432.0943

#dfd496 color RGB value is (223,212,150).

#dfd496 hex color red value is 223, green value is 212 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dfd496 hue: 0.14 , saturation: 0.53 and the lightness value of dfd496 is 0.73.

The process color (four color CMYK) of #dfd496 color hex is 0.00, 0.05, 0.33, 0.13. Web safe color of #dfd496 is #cccc99. Color #dfd496 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010100 10010110
Octal 337 324 226
Decimal 223 212 150
Hex DF D4 96

RGB Percentages of Color #dfd496

%38.12
%36.24
%25.64

CMYK Percentages of Color #dfd496

%0
%5
%33
%13

Triadic Colors of #dfd496

#dfd496 #96dfd4 #d496df

Analogous Colors of #dfd496

#dfd496 #c6df96 #dfb096

Monochromatic Colors of #dfd496

#dfd496

Complementary Color

#dfd496 #96a1df

#dfd496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd496 Color CSS Codes

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

#dfd496 Text Font Color

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

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


#dfd496 Background Color

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

This div background color is #dfd496


#dfd496 Border Color

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

This div border color is #dfd496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd496


Comments

No comments written yet.

Please login to write comment.