Color Hex Logo

#dfdcc7 Color Hex

#DFDCC7
(223,220,199)
0 Favorites   0 Comments

Color spaces of #dfdcc7

RGB 223220199
HSL0.150.270.83
HSV53°11°87°
CMYK 0.000.010.11   0.13
XYZ66.333470.997964.2406
Yxy70.99790.32910.3522
Hunter Lab84.2603-6.932313.7791
CIE-Lab87.4840-2.543810.6769

#dfdcc7 color RGB value is (223,220,199).

#dfdcc7 hex color red value is 223, green value is 220 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #dfdcc7 hue: 0.15 , saturation: 0.27 and the lightness value of dfdcc7 is 0.83.

The process color (four color CMYK) of #dfdcc7 color hex is 0.00, 0.01, 0.11, 0.13. Web safe color of #dfdcc7 is #cccccc. Color #dfdcc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 11000111
Octal 337 334 307
Decimal 223 220 199
Hex DF DC C7

RGB Percentages of Color #dfdcc7

%34.74
%34.27
%31.00

CMYK Percentages of Color #dfdcc7

%0
%1
%11
%13

Triadic Colors of #dfdcc7

#dfdcc7 #c7dfdc #dcc7df

Analogous Colors of #dfdcc7

#dfdcc7 #d6dfc7 #dfd0c7

Monochromatic Colors of #dfdcc7

#dfdcc7

Complementary Color

#dfdcc7 #c7cadf

#dfdcc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcc7 Color CSS Codes

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

#dfdcc7 Text Font Color

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

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


#dfdcc7 Background Color

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

This div background color is #dfdcc7


#dfdcc7 Border Color

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

This div border color is #dfdcc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcc7


Comments

No comments written yet.

Please login to write comment.