Color Hex Logo

#dfc0ab Color Hex

#DFC0AB
(223,192,171)
0 Favorites   0 Comments

Color spaces of #dfc0ab

RGB 223192171
HSL0.070.450.77
HSV24°23°87°
CMYK 0.000.140.23   0.13
XYZ56.631756.327546.4156
Yxy56.32750.35530.3534
Hunter Lab75.05163.350315.8683
CIE-Lab79.79987.806314.6509

#dfc0ab color RGB value is (223,192,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 10101011
Octal 337 300 253
Decimal 223 192 171
Hex DF C0 AB

RGB Percentages of Color #dfc0ab

%38.05
%32.76
%29.18

CMYK Percentages of Color #dfc0ab

%0
%14
%23
%13

Triadic Colors of #dfc0ab

#dfc0ab #abdfc0 #c0abdf

Analogous Colors of #dfc0ab

#dfc0ab #dfdaab #dfabb0

Monochromatic Colors of #dfc0ab

#dfc0ab

Complementary Color

#dfc0ab #abcadf

#dfc0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc0ab Color CSS Codes

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

#dfc0ab Text Font Color

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

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


#dfc0ab Background Color

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

This div background color is #dfc0ab


#dfc0ab Border Color

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

This div border color is #dfc0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc0ab


Comments

No comments written yet.

Please login to write comment.