Color Hex Logo

#dfdcaa Color Hex

#DFDCAA
(223,220,170)
0 Favorites   0 Comments

Color spaces of #dfdcaa

RGB 223220170
HSL0.160.450.77
HSV57°24°87°
CMYK 0.000.010.24   0.13
XYZ63.280369.776748.1632
Yxy69.77670.34920.3850
Hunter Lab83.5324-10.958524.2872
CIE-Lab86.8872-6.883125.0046

#dfdcaa color RGB value is (223,220,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 10101010
Octal 337 334 252
Decimal 223 220 170
Hex DF DC AA

RGB Percentages of Color #dfdcaa

%36.38
%35.89
%27.73

CMYK Percentages of Color #dfdcaa

%0
%1
%24
%13

Triadic Colors of #dfdcaa

#dfdcaa #aadfdc #dcaadf

Analogous Colors of #dfdcaa

#dfdcaa #c8dfaa #dfc2aa

Monochromatic Colors of #dfdcaa

#dfdcaa

Complementary Color

#dfdcaa #aaaddf

#dfdcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcaa Color CSS Codes

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

#dfdcaa Text Font Color

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

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


#dfdcaa Background Color

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

This div background color is #dfdcaa


#dfdcaa Border Color

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

This div border color is #dfdcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcaa


Comments

No comments written yet.

Please login to write comment.