Color Hex Logo

#dfc3ab Color Hex

#DFC3AB
(223,195,171)
0 Favorites   0 Comments

Color spaces of #dfc3ab

RGB 223195171
HSL0.080.450.77
HSV28°23°87°
CMYK 0.000.130.23   0.13
XYZ57.297257.658546.6374
Yxy57.65850.35460.3568
Hunter Lab75.93321.808316.7379
CIE-Lab80.54866.220815.7023

#dfc3ab color RGB value is (223,195,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 10101011
Octal 337 303 253
Decimal 223 195 171
Hex DF C3 AB

RGB Percentages of Color #dfc3ab

%37.86
%33.11
%29.03

CMYK Percentages of Color #dfc3ab

%0
%13
%23
%13

Triadic Colors of #dfc3ab

#dfc3ab #abdfc3 #c3abdf

Analogous Colors of #dfc3ab

#dfc3ab #dfddab #dfabad

Monochromatic Colors of #dfc3ab

#dfc3ab

Complementary Color

#dfc3ab #abc7df

#dfc3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc3ab Color CSS Codes

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

#dfc3ab Text Font Color

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

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


#dfc3ab Background Color

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

This div background color is #dfc3ab


#dfc3ab Border Color

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

This div border color is #dfc3ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc3ab


Comments

No comments written yet.

Please login to write comment.