Color Hex Logo

#dfad7c Color Hex

#DFAD7C
(223,173,124)
0 Favorites   0 Comments

Color spaces of #dfad7c

RGB 223173124
HSL0.080.610.68
HSV30°44°87°
CMYK 0.000.220.44   0.13
XYZ49.013147.030425.5633
Yxy47.03040.40300.3867
Hunter Lab68.57877.560925.9042
CIE-Lab74.209212.121232.1519

#dfad7c color RGB value is (223,173,124).

#dfad7c hex color red value is 223, green value is 173 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dfad7c hue: 0.08 , saturation: 0.61 and the lightness value of dfad7c is 0.68.

The process color (four color CMYK) of #dfad7c color hex is 0.00, 0.22, 0.44, 0.13. Web safe color of #dfad7c is #cc9966. Color #dfad7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 01111100
Octal 337 255 174
Decimal 223 173 124
Hex DF AD 7C

RGB Percentages of Color #dfad7c

%42.88
%33.27
%23.85

CMYK Percentages of Color #dfad7c

%0
%22
%44
%13

Triadic Colors of #dfad7c

#dfad7c #7cdfad #ad7cdf

Analogous Colors of #dfad7c

#dfad7c #dfdf7c #df7c7d

Monochromatic Colors of #dfad7c

#dfad7c

Complementary Color

#dfad7c #7caedf

#dfad7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfad7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfad7c Color CSS Codes

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

#dfad7c Text Font Color

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

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


#dfad7c Background Color

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

This div background color is #dfad7c


#dfad7c Border Color

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

This div border color is #dfad7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfad7c


Comments

No comments written yet.

Please login to write comment.