Color Hex Logo

#dfcdb9 Color Hex

#DFCDB9
(223,205,185)
0 Favorites   0 Comments

Color spaces of #dfcdb9

RGB 223205185
HSL0.090.370.80
HSV32°17°87°
CMYK 0.000.080.17   0.13
XYZ61.019762.853454.8148
Yxy62.85340.34150.3517
Hunter Lab79.2801-1.353814.5026
CIE-Lab83.36523.036012.2172

#dfcdb9 color RGB value is (223,205,185).

#dfcdb9 hex color red value is 223, green value is 205 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #dfcdb9 hue: 0.09 , saturation: 0.37 and the lightness value of dfcdb9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001101 10111001
Octal 337 315 271
Decimal 223 205 185
Hex DF CD B9

RGB Percentages of Color #dfcdb9

%36.38
%33.44
%30.18

CMYK Percentages of Color #dfcdb9

%0
%8
%17
%13

Triadic Colors of #dfcdb9

#dfcdb9 #b9dfcd #cdb9df

Analogous Colors of #dfcdb9

#dfcdb9 #dedfb9 #dfbab9

Monochromatic Colors of #dfcdb9

#dfcdb9

Complementary Color

#dfcdb9 #b9cbdf

#dfcdb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcdb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcdb9 Color CSS Codes

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

#dfcdb9 Text Font Color

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

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


#dfcdb9 Background Color

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

This div background color is #dfcdb9


#dfcdb9 Border Color

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

This div border color is #dfcdb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcdb9


Comments

No comments written yet.

Please login to write comment.