Color Hex Logo

#dfcca9 Color Hex

#DFCCA9
(223,204,169)
0 Favorites   0 Comments

Color spaces of #dfcca9

RGB 223204169
HSL0.110.460.77
HSV39°24°87°
CMYK 0.000.090.24   0.13
XYZ59.185761.738346.3334
Yxy61.73830.35390.3691
Hunter Lab78.5737-3.048820.0394
CIE-Lab82.77411.218619.8677

#dfcca9 color RGB value is (223,204,169).

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

The process color (four color CMYK) of #dfcca9 color hex is 0.00, 0.09, 0.24, 0.13. Web safe color of #dfcca9 is #cccc99. Color #dfcca9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 10101001
Octal 337 314 251
Decimal 223 204 169
Hex DF CC A9

RGB Percentages of Color #dfcca9

%37.42
%34.23
%28.36

CMYK Percentages of Color #dfcca9

%0
%9
%24
%13

Triadic Colors of #dfcca9

#dfcca9 #a9dfcc #cca9df

Analogous Colors of #dfcca9

#dfcca9 #d7dfa9 #dfb1a9

Monochromatic Colors of #dfcca9

#dfcca9

Complementary Color

#dfcca9 #a9bcdf

#dfcca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcca9 Color CSS Codes

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

#dfcca9 Text Font Color

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

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


#dfcca9 Background Color

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

This div background color is #dfcca9


#dfcca9 Border Color

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

This div border color is #dfcca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcca9


Comments

No comments written yet.

Please login to write comment.