Color Hex Logo

#dfd896 Color Hex

#DFD896
(223,216,150)
0 Favorites   0 Comments

Color spaces of #dfd896

RGB 223216150
HSL0.150.530.73
HSV54°33°87°
CMYK 0.000.030.33   0.13
XYZ60.492367.001738.5985
Yxy67.00170.36420.4034
Hunter Lab81.8546-11.330129.3400
CIE-Lab85.5048-7.432833.4615

#dfd896 color RGB value is (223,216,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 10010110
Octal 337 330 226
Decimal 223 216 150
Hex DF D8 96

RGB Percentages of Color #dfd896

%37.86
%36.67
%25.47

CMYK Percentages of Color #dfd896

%0
%3
%33
%13

Triadic Colors of #dfd896

#dfd896 #96dfd8 #d896df

Analogous Colors of #dfd896

#dfd896 #c2df96 #dfb496

Monochromatic Colors of #dfd896

#dfd896

Complementary Color

#dfd896 #969ddf

#dfd896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd896 Color CSS Codes

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

#dfd896 Text Font Color

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

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


#dfd896 Background Color

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

This div background color is #dfd896


#dfd896 Border Color

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

This div border color is #dfd896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd896


Comments

No comments written yet.

Please login to write comment.