Color Hex Logo

#dfcf8d Color Hex

#DFCF8D
(223,207,141)
0 Favorites   0 Comments

Color spaces of #dfcf8d

RGB 223207141
HSL0.130.560.71
HSV48°37°87°
CMYK 0.000.070.37   0.13
XYZ57.552062.236734.1789
Yxy62.23670.37380.4042
Hunter Lab78.8902-7.838629.5360
CIE-Lab83.0391-3.889334.8332

#dfcf8d color RGB value is (223,207,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001111 10001101
Octal 337 317 215
Decimal 223 207 141
Hex DF CF 8D

RGB Percentages of Color #dfcf8d

%39.05
%36.25
%24.69

CMYK Percentages of Color #dfcf8d

%0
%7
%37
%13

Triadic Colors of #dfcf8d

#dfcf8d #8ddfcf #cf8ddf

Analogous Colors of #dfcf8d

#dfcf8d #c6df8d #dfa68d

Monochromatic Colors of #dfcf8d

#dfcf8d

Complementary Color

#dfcf8d #8d9ddf

#dfcf8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcf8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcf8d Color CSS Codes

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

#dfcf8d Text Font Color

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

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


#dfcf8d Background Color

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

This div background color is #dfcf8d


#dfcf8d Border Color

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

This div border color is #dfcf8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcf8d


Comments

No comments written yet.

Please login to write comment.