Color Hex Logo

#dfbfab Color Hex

#DFBFAB
(223,191,171)
1 Favorites   0 Comments

Color spaces of #dfbfab

RGB 223191171
HSL0.060.450.77
HSV23°23°87°
CMYK 0.000.140.23   0.13
XYZ56.412955.889946.3426
Yxy55.88990.35560.3523
Hunter Lab74.75953.865315.5785
CIE-Lab79.55118.335914.3010

#dfbfab color RGB value is (223,191,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 10101011
Octal 337 277 253
Decimal 223 191 171
Hex DF BF AB

RGB Percentages of Color #dfbfab

%38.12
%32.65
%29.23

CMYK Percentages of Color #dfbfab

%0
%14
%23
%13

Triadic Colors of #dfbfab

#dfbfab #abdfbf #bfabdf

Analogous Colors of #dfbfab

#dfbfab #dfd9ab #dfabb1

Monochromatic Colors of #dfbfab

#dfbfab

Complementary Color

#dfbfab #abcbdf

#dfbfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfab Color CSS Codes

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

#dfbfab Text Font Color

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

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


#dfbfab Background Color

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

This div background color is #dfbfab


#dfbfab Border Color

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

This div border color is #dfbfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfab

#dfbfab Color Palettes


Comments

No comments written yet.

Please login to write comment.