Color Hex Logo

#dfdcc8 Color Hex

#DFDCC8
(223,220,200)
0 Favorites   0 Comments

Color spaces of #dfdcc8

RGB 223220200
HSL0.140.260.83
HSV52°10°87°
CMYK 0.000.010.10   0.13
XYZ66.450071.044564.8543
Yxy71.04450.32840.3511
Hunter Lab84.2879-6.779913.3816
CIE-Lab87.5066-2.381710.1834

#dfdcc8 color RGB value is (223,220,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 11001000
Octal 337 334 310
Decimal 223 220 200
Hex DF DC C8

RGB Percentages of Color #dfdcc8

%34.68
%34.21
%31.10

CMYK Percentages of Color #dfdcc8

%0
%1
%10
%13

Triadic Colors of #dfdcc8

#dfdcc8 #c8dfdc #dcc8df

Analogous Colors of #dfdcc8

#dfdcc8 #d7dfc8 #dfd1c8

Monochromatic Colors of #dfdcc8

#dfdcc8

Complementary Color

#dfdcc8 #c8cbdf

#dfdcc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcc8 Color CSS Codes

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

#dfdcc8 Text Font Color

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

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


#dfdcc8 Background Color

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

This div background color is #dfdcc8


#dfdcc8 Border Color

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

This div border color is #dfdcc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcc8


Comments

No comments written yet.

Please login to write comment.