Color Hex Logo

#dfa47e Color Hex

#DFA47E
(223,164,126)
0 Favorites   0 Comments

Color spaces of #dfa47e

RGB 223164126
HSL0.070.600.68
HSV24°43°87°
CMYK 0.000.260.43   0.13
XYZ47.472843.745325.6803
Yxy43.74530.40610.3742
Hunter Lab66.140212.374723.2776
CIE-Lab72.057917.149128.2549

#dfa47e color RGB value is (223,164,126).

#dfa47e hex color red value is 223, green value is 164 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dfa47e hue: 0.07 , saturation: 0.60 and the lightness value of dfa47e is 0.68.

The process color (four color CMYK) of #dfa47e color hex is 0.00, 0.26, 0.43, 0.13. Web safe color of #dfa47e is #cc9966. Color #dfa47e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 01111110
Octal 337 244 176
Decimal 223 164 126
Hex DF A4 7E

RGB Percentages of Color #dfa47e

%43.47
%31.97
%24.56

CMYK Percentages of Color #dfa47e

%0
%26
%43
%13

Triadic Colors of #dfa47e

#dfa47e #7edfa4 #a47edf

Analogous Colors of #dfa47e

#dfa47e #dfd57e #df7e89

Monochromatic Colors of #dfa47e

#dfa47e

Complementary Color

#dfa47e #7eb9df

#dfa47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa47e Color CSS Codes

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

#dfa47e Text Font Color

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

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


#dfa47e Background Color

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

This div background color is #dfa47e


#dfa47e Border Color

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

This div border color is #dfa47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa47e


Comments

No comments written yet.

Please login to write comment.