Color Hex Logo

#dfdcc5 Color Hex

#DFDCC5
(223,220,197)
0 Favorites   0 Comments

Color spaces of #dfdcc5

RGB 223220197
HSL0.150.290.82
HSV53°12°87°
CMYK 0.000.010.12   0.13
XYZ66.102770.905663.0255
Yxy70.90560.33050.3545
Hunter Lab84.2055-7.234114.5669
CIE-Lab87.4391-2.865211.6639

#dfdcc5 color RGB value is (223,220,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 11000101
Octal 337 334 305
Decimal 223 220 197
Hex DF DC C5

RGB Percentages of Color #dfdcc5

%34.84
%34.38
%30.78

CMYK Percentages of Color #dfdcc5

%0
%1
%12
%13

Triadic Colors of #dfdcc5

#dfdcc5 #c5dfdc #dcc5df

Analogous Colors of #dfdcc5

#dfdcc5 #d5dfc5 #dfcfc5

Monochromatic Colors of #dfdcc5

#dfdcc5

Complementary Color

#dfdcc5 #c5c8df

#dfdcc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcc5 Color CSS Codes

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

#dfdcc5 Text Font Color

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

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


#dfdcc5 Background Color

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

This div background color is #dfdcc5


#dfdcc5 Border Color

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

This div border color is #dfdcc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcc5


Comments

No comments written yet.

Please login to write comment.