Color Hex Logo

#dfdcaf Color Hex

#DFDCAF
(223,220,175)
0 Favorites   0 Comments

Color spaces of #dfdcaf

RGB 223220175
HSL0.160.430.78
HSV56°22°87°
CMYK 0.000.010.22   0.13
XYZ63.762569.969550.7023
Yxy69.96950.34570.3794
Hunter Lab83.6478-10.317722.6154
CIE-Lab86.9819-6.185122.5357

#dfdcaf color RGB value is (223,220,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 10101111
Octal 337 334 257
Decimal 223 220 175
Hex DF DC AF

RGB Percentages of Color #dfdcaf

%36.08
%35.60
%28.32

CMYK Percentages of Color #dfdcaf

%0
%1
%22
%13

Triadic Colors of #dfdcaf

#dfdcaf #afdfdc #dcafdf

Analogous Colors of #dfdcaf

#dfdcaf #cadfaf #dfc4af

Monochromatic Colors of #dfdcaf

#dfdcaf

Complementary Color

#dfdcaf #afb2df

#dfdcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcaf Color CSS Codes

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

#dfdcaf Text Font Color

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

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


#dfdcaf Background Color

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

This div background color is #dfdcaf


#dfdcaf Border Color

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

This div border color is #dfdcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcaf


Comments

No comments written yet.

Please login to write comment.