Color Hex Logo

#dfcdba Color Hex

#DFCDBA
(223,205,186)
0 Favorites   0 Comments

Color spaces of #dfcdba

RGB 223205186
HSL0.090.370.80
HSV31°17°87°
CMYK 0.000.080.17   0.13
XYZ61.125762.895855.3728
Yxy62.89580.34070.3506
Hunter Lab79.3069-1.208314.1180
CIE-Lab83.38753.189311.7176

#dfcdba color RGB value is (223,205,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001101 10111010
Octal 337 315 272
Decimal 223 205 186
Hex DF CD BA

RGB Percentages of Color #dfcdba

%36.32
%33.39
%30.29

CMYK Percentages of Color #dfcdba

%0
%8
%17
%13

Triadic Colors of #dfcdba

#dfcdba #badfcd #cdbadf

Analogous Colors of #dfcdba

#dfcdba #dfdfba #dfbbba

Monochromatic Colors of #dfcdba

#dfcdba

Complementary Color

#dfcdba #baccdf

#dfcdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcdba Color CSS Codes

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

#dfcdba Text Font Color

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

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


#dfcdba Background Color

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

This div background color is #dfcdba


#dfcdba Border Color

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

This div border color is #dfcdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcdba

#dfcdba Color Palettes


Comments

No comments written yet.

Please login to write comment.