Color Hex Logo

#dfccac Color Hex

#DFCCAC
(223,204,172)
0 Favorites   0 Comments

Color spaces of #dfccac

RGB 223204172
HSL0.100.440.77
HSV38°23°87°
CMYK 0.000.090.23   0.13
XYZ59.470761.852347.8340
Yxy61.85230.35160.3657
Hunter Lab78.6462-2.652818.9912
CIE-Lab82.83481.640918.3657

#dfccac color RGB value is (223,204,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 10101100
Octal 337 314 254
Decimal 223 204 172
Hex DF CC AC

RGB Percentages of Color #dfccac

%37.23
%34.06
%28.71

CMYK Percentages of Color #dfccac

%0
%9
%23
%13

Triadic Colors of #dfccac

#dfccac #acdfcc #ccacdf

Analogous Colors of #dfccac

#dfccac #d9dfac #dfb3ac

Monochromatic Colors of #dfccac

#dfccac

Complementary Color

#dfccac #acbfdf

#dfccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfccac Color CSS Codes

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

#dfccac Text Font Color

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

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


#dfccac Background Color

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

This div background color is #dfccac


#dfccac Border Color

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

This div border color is #dfccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfccac


Comments

No comments written yet.

Please login to write comment.