Color Hex Logo

#dfd893 Color Hex

#DFD893
(223,216,147)
0 Favorites   0 Comments

Color spaces of #dfd893

RGB 223216147
HSL0.150.540.73
HSV54°34°87°
CMYK 0.000.030.34   0.13
XYZ60.253866.906337.3423
Yxy66.90630.36630.4067
Hunter Lab81.7963-11.654630.1898
CIE-Lab85.4566-7.791034.9309

#dfd893 color RGB value is (223,216,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 10010011
Octal 337 330 223
Decimal 223 216 147
Hex DF D8 93

RGB Percentages of Color #dfd893

%38.05
%36.86
%25.09

CMYK Percentages of Color #dfd893

%0
%3
%34
%13

Triadic Colors of #dfd893

#dfd893 #93dfd8 #d893df

Analogous Colors of #dfd893

#dfd893 #c0df93 #dfb293

Monochromatic Colors of #dfd893

#dfd893

Complementary Color

#dfd893 #939adf

#dfd893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd893 Color CSS Codes

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

#dfd893 Text Font Color

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

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


#dfd893 Background Color

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

This div background color is #dfd893


#dfd893 Border Color

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

This div border color is #dfd893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd893

#dfd893 Color Palettes


Comments

No comments written yet.

Please login to write comment.