Color Hex Logo

#dfa896 Color Hex

#DFA896
(223,168,150)
0 Favorites   0 Comments

Color spaces of #dfa896

RGB 223168150
HSL0.040.530.73
HSV15°33°87°
CMYK 0.000.250.33   0.13
XYZ49.939145.895235.0808
Yxy45.89520.38150.3506
Hunter Lab67.746013.026116.7202
CIE-Lab73.477517.784617.1624

#dfa896 color RGB value is (223,168,150).

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

The process color (four color CMYK) of #dfa896 color hex is 0.00, 0.25, 0.33, 0.13. Web safe color of #dfa896 is #cc9999. Color #dfa896 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101000 10010110
Octal 337 250 226
Decimal 223 168 150
Hex DF A8 96

RGB Percentages of Color #dfa896

%41.22
%31.05
%27.73

CMYK Percentages of Color #dfa896

%0
%25
%33
%13

Triadic Colors of #dfa896

#dfa896 #96dfa8 #a896df

Analogous Colors of #dfa896

#dfa896 #dfcd96 #df96a9

Monochromatic Colors of #dfa896

#dfa896

Complementary Color

#dfa896 #96cddf

#dfa896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa896 Color CSS Codes

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

#dfa896 Text Font Color

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

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


#dfa896 Background Color

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

This div background color is #dfa896


#dfa896 Border Color

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

This div border color is #dfa896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa896


Comments

No comments written yet.

Please login to write comment.