Color Hex Logo

#dfca8d Color Hex

#DFCA8D
(223,202,141)
0 Favorites   0 Comments

Color spaces of #dfca8d

RGB 223202141
HSL0.120.560.71
HSV45°37°87°
CMYK 0.000.090.37   0.13
XYZ56.359759.852133.7814
Yxy59.85210.37570.3990
Hunter Lab77.3641-5.350228.2657
CIE-Lab81.7577-1.307533.1528

#dfca8d color RGB value is (223,202,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 10001101
Octal 337 312 215
Decimal 223 202 141
Hex DF CA 8D

RGB Percentages of Color #dfca8d

%39.40
%35.69
%24.91

CMYK Percentages of Color #dfca8d

%0
%9
%37
%13

Triadic Colors of #dfca8d

#dfca8d #8ddfca #ca8ddf

Analogous Colors of #dfca8d

#dfca8d #cbdf8d #dfa18d

Monochromatic Colors of #dfca8d

#dfca8d

Complementary Color

#dfca8d #8da2df

#dfca8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfca8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfca8d Color CSS Codes

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

#dfca8d Text Font Color

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

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


#dfca8d Background Color

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

This div background color is #dfca8d


#dfca8d Border Color

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

This div border color is #dfca8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfca8d


Comments

No comments written yet.

Please login to write comment.