Color Hex Logo

#dfa98e Color Hex

#DFA98E
(223,169,142)
0 Favorites   0 Comments

Color spaces of #dfa98e

RGB 223169142
HSL0.060.560.72
HSV20°36°87°
CMYK 0.000.240.36   0.13
XYZ49.501946.016931.8643
Yxy46.01690.38860.3612
Hunter Lab67.835811.544519.6349
CIE-Lab73.556516.263121.6241

#dfa98e color RGB value is (223,169,142).

#dfa98e hex color red value is 223, green value is 169 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dfa98e hue: 0.06 , saturation: 0.56 and the lightness value of dfa98e is 0.72.

The process color (four color CMYK) of #dfa98e color hex is 0.00, 0.24, 0.36, 0.13. Web safe color of #dfa98e is #cc9999. Color #dfa98e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 10001110
Octal 337 251 216
Decimal 223 169 142
Hex DF A9 8E

RGB Percentages of Color #dfa98e

%41.76
%31.65
%26.59

CMYK Percentages of Color #dfa98e

%0
%24
%36
%13

Triadic Colors of #dfa98e

#dfa98e #8edfa9 #a98edf

Analogous Colors of #dfa98e

#dfa98e #dfd28e #df8e9c

Monochromatic Colors of #dfa98e

#dfa98e

Complementary Color

#dfa98e #8ec4df

#dfa98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa98e Color CSS Codes

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

#dfa98e Text Font Color

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

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


#dfa98e Background Color

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

This div background color is #dfa98e


#dfa98e Border Color

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

This div border color is #dfa98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa98e


Comments

No comments written yet.

Please login to write comment.