Color Hex Logo

#dfd1ad Color Hex

#DFD1AD
(223,209,173)
0 Favorites   0 Comments

Color spaces of #dfd1ad

RGB 223209173
HSL0.120.440.78
HSV43°22°87°
CMYK 0.000.060.22   0.13
XYZ60.774764.306048.7443
Yxy64.30600.34960.3699
Hunter Lab80.1910-5.053820.0942
CIE-Lab84.1248-0.816419.6314

#dfd1ad color RGB value is (223,209,173).

#dfd1ad hex color red value is 223, green value is 209 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dfd1ad hue: 0.12 , saturation: 0.44 and the lightness value of dfd1ad is 0.78.

The process color (four color CMYK) of #dfd1ad color hex is 0.00, 0.06, 0.22, 0.13. Web safe color of #dfd1ad is #cccc99. Color #dfd1ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 10101101
Octal 337 321 255
Decimal 223 209 173
Hex DF D1 AD

RGB Percentages of Color #dfd1ad

%36.86
%34.55
%28.60

CMYK Percentages of Color #dfd1ad

%0
%6
%22
%13

Triadic Colors of #dfd1ad

#dfd1ad #addfd1 #d1addf

Analogous Colors of #dfd1ad

#dfd1ad #d4dfad #dfb8ad

Monochromatic Colors of #dfd1ad

#dfd1ad

Complementary Color

#dfd1ad #adbbdf

#dfd1ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd1ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd1ad Color CSS Codes

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

#dfd1ad Text Font Color

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

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


#dfd1ad Background Color

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

This div background color is #dfd1ad


#dfd1ad Border Color

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

This div border color is #dfd1ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd1ad


Comments

No comments written yet.

Please login to write comment.