Color Hex Logo

#dfcdab Color Hex

#DFCDAB
(223,205,171)
0 Favorites   0 Comments

Color spaces of #dfcdab

RGB 223205171
HSL0.110.450.77
HSV39°23°87°
CMYK 0.000.080.23   0.13
XYZ59.613462.290947.4095
Yxy62.29090.35210.3679
Hunter Lab78.9246-3.293219.6321
CIE-Lab83.06790.978119.2186

#dfcdab color RGB value is (223,205,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001101 10101011
Octal 337 315 253
Decimal 223 205 171
Hex DF CD AB

RGB Percentages of Color #dfcdab

%37.23
%34.22
%28.55

CMYK Percentages of Color #dfcdab

%0
%8
%23
%13

Triadic Colors of #dfcdab

#dfcdab #abdfcd #cdabdf

Analogous Colors of #dfcdab

#dfcdab #d7dfab #dfb3ab

Monochromatic Colors of #dfcdab

#dfcdab

Complementary Color

#dfcdab #abbddf

#dfcdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcdab Color CSS Codes

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

#dfcdab Text Font Color

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

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


#dfcdab Background Color

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

This div background color is #dfcdab


#dfcdab Border Color

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

This div border color is #dfcdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcdab


Comments

No comments written yet.

Please login to write comment.