Color Hex Logo

#dfceba Color Hex

#DFCEBA
(223,206,186)
0 Favorites   0 Comments

Color spaces of #dfceba

RGB 223206186
HSL0.090.370.80
HSV32°17°87°
CMYK 0.000.080.17   0.13
XYZ61.365763.375855.4528
Yxy63.37580.34060.3517
Hunter Lab79.6089-1.720814.4269
CIE-Lab83.63972.666412.0756

#dfceba color RGB value is (223,206,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 10111010
Octal 337 316 272
Decimal 223 206 186
Hex DF CE BA

RGB Percentages of Color #dfceba

%36.26
%33.50
%30.24

CMYK Percentages of Color #dfceba

%0
%8
%17
%13

Triadic Colors of #dfceba

#dfceba #badfce #cebadf

Analogous Colors of #dfceba

#dfceba #dedfba #dfbcba

Monochromatic Colors of #dfceba

#dfceba

Complementary Color

#dfceba #bacbdf

#dfceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfceba Color CSS Codes

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

#dfceba Text Font Color

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

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


#dfceba Background Color

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

This div background color is #dfceba


#dfceba Border Color

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

This div border color is #dfceba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,206,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 #dfceba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfceba

#dfceba Color Palettes


Comments

No comments written yet.

Please login to write comment.