Color Hex Logo

#dfce9c Color Hex

#DFCE9C
(223,206,156)
0 Favorites   0 Comments

Color spaces of #dfce9c

RGB 223206156
HSL0.120.510.74
HSV45°30°87°
CMYK 0.000.080.30   0.13
XYZ58.503562.230940.3808
Yxy62.23090.36310.3863
Hunter Lab78.8866-5.673124.8710
CIE-Lab83.0361-1.557627.0590

#dfce9c color RGB value is (223,206,156).

#dfce9c hex color red value is 223, green value is 206 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dfce9c hue: 0.12 , saturation: 0.51 and the lightness value of dfce9c is 0.74.

The process color (four color CMYK) of #dfce9c color hex is 0.00, 0.08, 0.30, 0.13. Web safe color of #dfce9c is #cccc99. Color #dfce9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 10011100
Octal 337 316 234
Decimal 223 206 156
Hex DF CE 9C

RGB Percentages of Color #dfce9c

%38.12
%35.21
%26.67

CMYK Percentages of Color #dfce9c

%0
%8
%30
%13

Triadic Colors of #dfce9c

#dfce9c #9cdfce #ce9cdf

Analogous Colors of #dfce9c

#dfce9c #cfdf9c #dfad9c

Monochromatic Colors of #dfce9c

#dfce9c

Complementary Color

#dfce9c #9caddf

#dfce9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfce9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfce9c Color CSS Codes

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

#dfce9c Text Font Color

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

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


#dfce9c Background Color

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

This div background color is #dfce9c


#dfce9c Border Color

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

This div border color is #dfce9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfce9c


Comments

No comments written yet.

Please login to write comment.