Color Hex Logo

#dfad8c Color Hex

#DFAD8C
(223,173,140)
0 Favorites   0 Comments

Color spaces of #dfad8c

RGB 223173140
HSL0.070.560.71
HSV24°37°87°
CMYK 0.000.220.37   0.13
XYZ50.108647.468631.3323
Yxy47.46860.38870.3682
Hunter Lab68.89759.251121.2651
CIE-Lab74.488513.882623.9741

#dfad8c color RGB value is (223,173,140).

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

The process color (four color CMYK) of #dfad8c color hex is 0.00, 0.22, 0.37, 0.13. Web safe color of #dfad8c is #cc9999. Color #dfad8c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 10001100
Octal 337 255 214
Decimal 223 173 140
Hex DF AD 8C

RGB Percentages of Color #dfad8c

%41.60
%32.28
%26.12

CMYK Percentages of Color #dfad8c

%0
%22
%37
%13

Triadic Colors of #dfad8c

#dfad8c #8cdfad #ad8cdf

Analogous Colors of #dfad8c

#dfad8c #dfd78c #df8c95

Monochromatic Colors of #dfad8c

#dfad8c

Complementary Color

#dfad8c #8cbedf

#dfad8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfad8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfad8c Color CSS Codes

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

#dfad8c Text Font Color

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

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


#dfad8c Background Color

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

This div background color is #dfad8c


#dfad8c Border Color

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

This div border color is #dfad8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfad8c


Comments

No comments written yet.

Please login to write comment.