Color Hex Logo

#dfce8c Color Hex

#DFCE8C
(223,206,140)
0 Favorites   0 Comments

Color spaces of #dfce8c

RGB 223206140
HSL0.130.560.71
HSV48°37°87°
CMYK 0.000.080.37   0.13
XYZ57.236461.724033.7082
Yxy61.72400.37490.4043
Hunter Lab78.5646-7.446129.5568
CIE-Lab82.7664-3.488434.9898

#dfce8c color RGB value is (223,206,140).

#dfce8c hex color red value is 223, green value is 206 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dfce8c hue: 0.13 , saturation: 0.56 and the lightness value of dfce8c is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 10001100
Octal 337 316 214
Decimal 223 206 140
Hex DF CE 8C

RGB Percentages of Color #dfce8c

%39.19
%36.20
%24.60

CMYK Percentages of Color #dfce8c

%0
%8
%37
%13

Triadic Colors of #dfce8c

#dfce8c #8cdfce #ce8cdf

Analogous Colors of #dfce8c

#dfce8c #c7df8c #dfa58c

Monochromatic Colors of #dfce8c

#dfce8c

Complementary Color

#dfce8c #8c9ddf

#dfce8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfce8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfce8c Color CSS Codes

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

#dfce8c Text Font Color

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

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


#dfce8c Background Color

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

This div background color is #dfce8c


#dfce8c Border Color

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

This div border color is #dfce8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfce8c


Comments

No comments written yet.

Please login to write comment.