Color Hex Logo

#dfce8d Color Hex

#DFCE8D
(223,206,141)
0 Favorites   0 Comments

Color spaces of #dfce8d

RGB 223206141
HSL0.130.560.71
HSV48°37°87°
CMYK 0.000.080.37   0.13
XYZ57.310561.753734.0984
Yxy61.75370.37420.4032
Hunter Lab78.5835-7.342229.2818
CIE-Lab82.7823-3.374634.4971

#dfce8d color RGB value is (223,206,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 10001101
Octal 337 316 215
Decimal 223 206 141
Hex DF CE 8D

RGB Percentages of Color #dfce8d

%39.12
%36.14
%24.74

CMYK Percentages of Color #dfce8d

%0
%8
%37
%13

Triadic Colors of #dfce8d

#dfce8d #8ddfce #ce8ddf

Analogous Colors of #dfce8d

#dfce8d #c7df8d #dfa58d

Monochromatic Colors of #dfce8d

#dfce8d

Complementary Color

#dfce8d #8d9edf

#dfce8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfce8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfce8d Color CSS Codes

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

#dfce8d Text Font Color

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

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


#dfce8d Background Color

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

This div background color is #dfce8d


#dfce8d Border Color

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

This div border color is #dfce8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfce8d


Comments

No comments written yet.

Please login to write comment.