Color Hex Logo

#dfb0ac Color Hex

#DFB0AC
(223,176,172)
0 Favorites   0 Comments

Color spaces of #dfb0ac

RGB 223176172
HSL0.010.440.77
HSV23°87°
CMYK 0.000.210.23   0.13
XYZ53.403249.717245.8115
Yxy49.71720.35860.3338
Hunter Lab70.510411.799110.8358
CIE-Lab75.895416.48398.5748

#dfb0ac color RGB value is (223,176,172).

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

The process color (four color CMYK) of #dfb0ac color hex is 0.00, 0.21, 0.23, 0.13. Web safe color of #dfb0ac is #cc9999. Color #dfb0ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 10101100
Octal 337 260 254
Decimal 223 176 172
Hex DF B0 AC

RGB Percentages of Color #dfb0ac

%39.05
%30.82
%30.12

CMYK Percentages of Color #dfb0ac

%0
%21
%23
%13

Triadic Colors of #dfb0ac

#dfb0ac #acdfb0 #b0acdf

Analogous Colors of #dfb0ac

#dfb0ac #dfcaac #dfacc2

Monochromatic Colors of #dfb0ac

#dfb0ac

Complementary Color

#dfb0ac #acdbdf

#dfb0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb0ac Color CSS Codes

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

#dfb0ac Text Font Color

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

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


#dfb0ac Background Color

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

This div background color is #dfb0ac


#dfb0ac Border Color

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

This div border color is #dfb0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb0ac


Comments

No comments written yet.

Please login to write comment.