Color Hex Logo

#dfbbaa Color Hex

#DFBBAA
(223,187,170)
0 Favorites   0 Comments

Color spaces of #dfbbaa

RGB 223187170
HSL0.050.450.77
HSV19°24°87°
CMYK 0.000.160.24   0.13
XYZ55.457454.130945.5556
Yxy54.13090.35750.3489
Hunter Lab73.57375.793414.7902
CIE-Lab78.538010.316913.4107

#dfbbaa color RGB value is (223,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 10101010
Octal 337 273 252
Decimal 223 187 170
Hex DF BB AA

RGB Percentages of Color #dfbbaa

%38.45
%32.24
%29.31

CMYK Percentages of Color #dfbbaa

%0
%16
%24
%13

Triadic Colors of #dfbbaa

#dfbbaa #aadfbb #bbaadf

Analogous Colors of #dfbbaa

#dfbbaa #dfd6aa #dfaab4

Monochromatic Colors of #dfbbaa

#dfbbaa

Complementary Color

#dfbbaa #aacedf

#dfbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbaa Color CSS Codes

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

#dfbbaa Text Font Color

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

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


#dfbbaa Background Color

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

This div background color is #dfbbaa


#dfbbaa Border Color

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

This div border color is #dfbbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbaa


Comments

No comments written yet.

Please login to write comment.