Color Hex Logo

#dfdcc2 Color Hex

#DFDCC2
(223,220,194)
0 Favorites   0 Comments

Color spaces of #dfdcc2

RGB 223220194
HSL0.150.310.82
HSV54°13°87°
CMYK 0.000.010.13   0.13
XYZ65.762270.769461.2328
Yxy70.76940.33250.3578
Hunter Lab84.1246-7.680215.7310
CIE-Lab87.3729-3.341513.1452

#dfdcc2 color RGB value is (223,220,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 11000010
Octal 337 334 302
Decimal 223 220 194
Hex DF DC C2

RGB Percentages of Color #dfdcc2

%35.01
%34.54
%30.46

CMYK Percentages of Color #dfdcc2

%0
%1
%13
%13

Triadic Colors of #dfdcc2

#dfdcc2 #c2dfdc #dcc2df

Analogous Colors of #dfdcc2

#dfdcc2 #d4dfc2 #dfcec2

Monochromatic Colors of #dfdcc2

#dfdcc2

Complementary Color

#dfdcc2 #c2c5df

#dfdcc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcc2 Color CSS Codes

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

#dfdcc2 Text Font Color

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

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


#dfdcc2 Background Color

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

This div background color is #dfdcc2


#dfdcc2 Border Color

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

This div border color is #dfdcc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcc2


Comments

No comments written yet.

Please login to write comment.