Color Hex Logo

#dfab9f Color Hex

#DFAB9F
(223,171,159)
0 Favorites   0 Comments

Color spaces of #dfab9f

RGB 223171159
HSL0.030.500.75
HSV11°29°87°
CMYK 0.000.230.29   0.13
XYZ51.252347.317039.2327
Yxy47.31700.37190.3434
Hunter Lab68.787412.619514.3352
CIE-Lab74.392117.348313.5306

#dfab9f color RGB value is (223,171,159).

#dfab9f hex color red value is 223, green value is 171 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dfab9f hue: 0.03 , saturation: 0.50 and the lightness value of dfab9f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 10011111
Octal 337 253 237
Decimal 223 171 159
Hex DF AB 9F

RGB Percentages of Color #dfab9f

%40.33
%30.92
%28.75

CMYK Percentages of Color #dfab9f

%0
%23
%29
%13

Triadic Colors of #dfab9f

#dfab9f #9fdfab #ab9fdf

Analogous Colors of #dfab9f

#dfab9f #dfcb9f #df9fb3

Monochromatic Colors of #dfab9f

#dfab9f

Complementary Color

#dfab9f #9fd3df

#dfab9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfab9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfab9f Color CSS Codes

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

#dfab9f Text Font Color

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

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


#dfab9f Background Color

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

This div background color is #dfab9f


#dfab9f Border Color

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

This div border color is #dfab9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfab9f


Comments

No comments written yet.

Please login to write comment.