Color Hex Logo

#dfddab Color Hex

#DFDDAB
(223,221,171)
0 Favorites   0 Comments

Color spaces of #dfddab

RGB 223221171
HSL0.160.450.77
HSV58°23°87°
CMYK 0.000.010.23   0.13
XYZ63.638670.341248.7512
Yxy70.34120.34830.3849
Hunter Lab83.8697-11.329724.2451
CIE-Lab87.1639-7.253424.8641

#dfddab color RGB value is (223,221,171).

#dfddab hex color red value is 223, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dfddab hue: 0.16 , saturation: 0.45 and the lightness value of dfddab is 0.77.

The process color (four color CMYK) of #dfddab color hex is 0.00, 0.01, 0.23, 0.13. Web safe color of #dfddab is #cccc99. Color #dfddab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 10101011
Octal 337 335 253
Decimal 223 221 171
Hex DF DD AB

RGB Percentages of Color #dfddab

%36.26
%35.93
%27.80

CMYK Percentages of Color #dfddab

%0
%1
%23
%13

Triadic Colors of #dfddab

#dfddab #abdfdd #ddabdf

Analogous Colors of #dfddab

#dfddab #c7dfab #dfc3ab

Monochromatic Colors of #dfddab

#dfddab

Complementary Color

#dfddab #abaddf

#dfddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfddab Color CSS Codes

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

#dfddab Text Font Color

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

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


#dfddab Background Color

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

This div background color is #dfddab


#dfddab Border Color

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

This div border color is #dfddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfddab

#dfddab Color Palettes


Comments

No comments written yet.

Please login to write comment.