Color Hex Logo

#dfcdb3 Color Hex

#DFCDB3
(223,205,179)
0 Favorites   0 Comments

Color spaces of #dfcdb3

RGB 223205179
HSL0.100.410.79
HSV35°20°87°
CMYK 0.000.080.20   0.13
XYZ60.399462.605351.5485
Yxy62.60530.34600.3587
Hunter Lab79.1235-2.207116.7594
CIE-Lab83.23432.133715.2166

#dfcdb3 color RGB value is (223,205,179).

#dfcdb3 hex color red value is 223, green value is 205 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #dfcdb3 hue: 0.10 , saturation: 0.41 and the lightness value of dfcdb3 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001101 10110011
Octal 337 315 263
Decimal 223 205 179
Hex DF CD B3

RGB Percentages of Color #dfcdb3

%36.74
%33.77
%29.49

CMYK Percentages of Color #dfcdb3

%0
%8
%20
%13

Triadic Colors of #dfcdb3

#dfcdb3 #b3dfcd #cdb3df

Analogous Colors of #dfcdb3

#dfcdb3 #dbdfb3 #dfb7b3

Monochromatic Colors of #dfcdb3

#dfcdb3

Complementary Color

#dfcdb3 #b3c5df

#dfcdb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcdb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcdb3 Color CSS Codes

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

#dfcdb3 Text Font Color

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

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


#dfcdb3 Background Color

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

This div background color is #dfcdb3


#dfcdb3 Border Color

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

This div border color is #dfcdb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcdb3


Comments

No comments written yet.

Please login to write comment.