Color Hex Logo

#dfa393 Color Hex

#DFA393
(223,163,147)
0 Favorites   0 Comments

Color spaces of #dfa393

RGB 223163147
HSL0.040.540.73
HSV13°34°87°
CMYK 0.000.270.34   0.13
XYZ48.795143.988933.5227
Yxy43.98890.38630.3483
Hunter Lab66.324115.256416.4595
CIE-Lab72.221120.095417.0568

#dfa393 color RGB value is (223,163,147).

#dfa393 hex color red value is 223, green value is 163 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dfa393 hue: 0.04 , saturation: 0.54 and the lightness value of dfa393 is 0.73.

The process color (four color CMYK) of #dfa393 color hex is 0.00, 0.27, 0.34, 0.13. Web safe color of #dfa393 is #cc9999. Color #dfa393 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 10010011
Octal 337 243 223
Decimal 223 163 147
Hex DF A3 93

RGB Percentages of Color #dfa393

%41.84
%30.58
%27.58

CMYK Percentages of Color #dfa393

%0
%27
%34
%13

Triadic Colors of #dfa393

#dfa393 #93dfa3 #a393df

Analogous Colors of #dfa393

#dfa393 #dfc993 #df93a9

Monochromatic Colors of #dfa393

#dfa393

Complementary Color

#dfa393 #93cfdf

#dfa393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa393 Color CSS Codes

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

#dfa393 Text Font Color

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

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


#dfa393 Background Color

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

This div background color is #dfa393


#dfa393 Border Color

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

This div border color is #dfa393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa393


Comments

No comments written yet.

Please login to write comment.