Color Hex Logo

#dfdaad Color Hex

#DFDAAD
(223,218,173)
0 Favorites   0 Comments

Color spaces of #dfdaad

RGB 223218173
HSL0.150.440.78
HSV54°22°87°
CMYK 0.000.020.22   0.13
XYZ63.045768.847949.5013
Yxy68.84790.34760.3795
Hunter Lab82.9746-9.577922.7108
CIE-Lab86.4287-5.446822.8156

#dfdaad color RGB value is (223,218,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 10101101
Octal 337 332 255
Decimal 223 218 173
Hex DF DA AD

RGB Percentages of Color #dfdaad

%36.32
%35.50
%28.18

CMYK Percentages of Color #dfdaad

%0
%2
%22
%13

Triadic Colors of #dfdaad

#dfdaad #addfda #daaddf

Analogous Colors of #dfdaad

#dfdaad #cbdfad #dfc1ad

Monochromatic Colors of #dfdaad

#dfdaad

Complementary Color

#dfdaad #adb2df

#dfdaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdaad Color CSS Codes

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

#dfdaad Text Font Color

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

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


#dfdaad Background Color

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

This div background color is #dfdaad


#dfdaad Border Color

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

This div border color is #dfdaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdaad


Comments

No comments written yet.

Please login to write comment.