Color Hex Logo

#dfcaaa Color Hex

#DFCAAA
(223,202,170)
0 Favorites   0 Comments

Color spaces of #dfcaaa

RGB 223202170
HSL0.100.450.77
HSV36°24°87°
CMYK 0.000.090.24   0.13
XYZ58.807760.831346.6723
Yxy60.83130.35360.3658
Hunter Lab77.9944-1.901519.1166
CIE-Lab82.28802.402818.6637

#dfcaaa color RGB value is (223,202,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 10101010
Octal 337 312 252
Decimal 223 202 170
Hex DF CA AA

RGB Percentages of Color #dfcaaa

%37.48
%33.95
%28.57

CMYK Percentages of Color #dfcaaa

%0
%9
%24
%13

Triadic Colors of #dfcaaa

#dfcaaa #aadfca #caaadf

Analogous Colors of #dfcaaa

#dfcaaa #dadfaa #dfb0aa

Monochromatic Colors of #dfcaaa

#dfcaaa

Complementary Color

#dfcaaa #aabfdf

#dfcaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcaaa Color CSS Codes

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

#dfcaaa Text Font Color

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

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


#dfcaaa Background Color

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

This div background color is #dfcaaa


#dfcaaa Border Color

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

This div border color is #dfcaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcaaa

#dfcaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.