Color Hex Logo

#dfcba6 Color Hex

#DFCBA6
(223,203,166)
0 Favorites   0 Comments

Color spaces of #dfcba6

RGB 223203166
HSL0.110.470.76
HSV39°26°87°
CMYK 0.000.090.26   0.13
XYZ58.670361.153044.7878
Yxy61.15300.35640.3715
Hunter Lab78.2004-2.930020.7830
CIE-Lab82.46091.325321.0195

#dfcba6 color RGB value is (223,203,166).

#dfcba6 hex color red value is 223, green value is 203 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #dfcba6 hue: 0.11 , saturation: 0.47 and the lightness value of dfcba6 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 10100110
Octal 337 313 246
Decimal 223 203 166
Hex DF CB A6

RGB Percentages of Color #dfcba6

%37.67
%34.29
%28.04

CMYK Percentages of Color #dfcba6

%0
%9
%26
%13

Triadic Colors of #dfcba6

#dfcba6 #a6dfcb #cba6df

Analogous Colors of #dfcba6

#dfcba6 #d7dfa6 #dfafa6

Monochromatic Colors of #dfcba6

#dfcba6

Complementary Color

#dfcba6 #a6badf

#dfcba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcba6 Color CSS Codes

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

#dfcba6 Text Font Color

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

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


#dfcba6 Background Color

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

This div background color is #dfcba6


#dfcba6 Border Color

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

This div border color is #dfcba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcba6

#dfcba6 Color Palettes


Comments

No comments written yet.

Please login to write comment.