Color Hex Logo

#dfab8f Color Hex

#DFAB8F
(223,171,143)
0 Favorites   0 Comments

Color spaces of #dfab8f

RGB 223171143
HSL0.060.560.72
HSV21°36°87°
CMYK 0.000.230.36   0.13
XYZ49.952346.797032.3865
Yxy46.79700.38680.3624
Hunter Lab68.408310.627519.8162
CIE-Lab74.059715.310421.7703

#dfab8f color RGB value is (223,171,143).

#dfab8f hex color red value is 223, green value is 171 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dfab8f hue: 0.06 , saturation: 0.56 and the lightness value of dfab8f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 10001111
Octal 337 253 217
Decimal 223 171 143
Hex DF AB 8F

RGB Percentages of Color #dfab8f

%41.53
%31.84
%26.63

CMYK Percentages of Color #dfab8f

%0
%23
%36
%13

Triadic Colors of #dfab8f

#dfab8f #8fdfab #ab8fdf

Analogous Colors of #dfab8f

#dfab8f #dfd38f #df8f9b

Monochromatic Colors of #dfab8f

#dfab8f

Complementary Color

#dfab8f #8fc3df

#dfab8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfab8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfab8f Color CSS Codes

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

#dfab8f Text Font Color

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

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


#dfab8f Background Color

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

This div background color is #dfab8f


#dfab8f Border Color

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

This div border color is #dfab8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfab8f


Comments

No comments written yet.

Please login to write comment.