Color Hex Logo

#dfbfaa Color Hex

#DFBFAA
(223,191,170)
0 Favorites   0 Comments

Color spaces of #dfbfaa

RGB 223191170
HSL0.070.450.77
HSV24°24°87°
CMYK 0.000.140.24   0.13
XYZ56.317955.851945.8424
Yxy55.85190.35640.3535
Hunter Lab74.73413.728715.9450
CIE-Lab79.52958.193314.8068

#dfbfaa color RGB value is (223,191,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 10101010
Octal 337 277 252
Decimal 223 191 170
Hex DF BF AA

RGB Percentages of Color #dfbfaa

%38.18
%32.71
%29.11

CMYK Percentages of Color #dfbfaa

%0
%14
%24
%13

Triadic Colors of #dfbfaa

#dfbfaa #aadfbf #bfaadf

Analogous Colors of #dfbfaa

#dfbfaa #dfdaaa #dfaab0

Monochromatic Colors of #dfbfaa

#dfbfaa

Complementary Color

#dfbfaa #aacadf

#dfbfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfaa Color CSS Codes

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

#dfbfaa Text Font Color

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

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


#dfbfaa Background Color

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

This div background color is #dfbfaa


#dfbfaa Border Color

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

This div border color is #dfbfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfaa


Comments

No comments written yet.

Please login to write comment.