Color Hex Logo

#dfcbaa Color Hex

#DFCBAA
(223,203,170)
0 Favorites   0 Comments

Color spaces of #dfcbaa

RGB 223203170
HSL0.100.450.77
HSV37°24°87°
CMYK 0.000.090.24   0.13
XYZ59.043161.302146.7508
Yxy61.30210.35330.3669
Hunter Lab78.2957-2.409819.4046
CIE-Lab82.54091.880419.0153

#dfcbaa color RGB value is (223,203,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 10101010
Octal 337 313 252
Decimal 223 203 170
Hex DF CB AA

RGB Percentages of Color #dfcbaa

%37.42
%34.06
%28.52

CMYK Percentages of Color #dfcbaa

%0
%9
%24
%13

Triadic Colors of #dfcbaa

#dfcbaa #aadfcb #cbaadf

Analogous Colors of #dfcbaa

#dfcbaa #d9dfaa #dfb1aa

Monochromatic Colors of #dfcbaa

#dfcbaa

Complementary Color

#dfcbaa #aabedf

#dfcbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcbaa Color CSS Codes

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

#dfcbaa Text Font Color

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

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


#dfcbaa Background Color

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

This div background color is #dfcbaa


#dfcbaa Border Color

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

This div border color is #dfcbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcbaa


Comments

No comments written yet.

Please login to write comment.