Color Hex Logo

#dfcdbb Color Hex

#DFCDBB
(223,205,187)
2 Favorites   0 Comments

Color spaces of #dfcdbb

RGB 223205187
HSL0.080.360.80
HSV30°16°87°
CMYK 0.000.080.16   0.13
XYZ61.232462.938555.9348
Yxy62.93850.34000.3495
Hunter Lab79.3338-1.062013.7309
CIE-Lab83.41003.343411.2182

#dfcdbb color RGB value is (223,205,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001101 10111011
Octal 337 315 273
Decimal 223 205 187
Hex DF CD BB

RGB Percentages of Color #dfcdbb

%36.26
%33.33
%30.41

CMYK Percentages of Color #dfcdbb

%0
%8
%16
%13

Triadic Colors of #dfcdbb

#dfcdbb #bbdfcd #cdbbdf

Analogous Colors of #dfcdbb

#dfcdbb #dfdfbb #dfbbbb

Monochromatic Colors of #dfcdbb

#dfcdbb

Complementary Color

#dfcdbb #bbcddf

#dfcdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcdbb Color CSS Codes

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

#dfcdbb Text Font Color

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

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


#dfcdbb Background Color

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

This div background color is #dfcdbb


#dfcdbb Border Color

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

This div border color is #dfcdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcdbb

#dfcdbb Color Palettes


Comments

No comments written yet.

Please login to write comment.