Color Hex Logo

#dfa487 Color Hex

#DFA487
(223,164,135)
0 Favorites   0 Comments

Color spaces of #dfa487

RGB 223164135
HSL0.050.580.70
HSV20°39°87°
CMYK 0.000.260.39   0.13
XYZ48.080143.988228.8781
Yxy43.98820.39750.3637
Hunter Lab66.323613.334120.6109
CIE-Lab72.220618.132323.6056

#dfa487 color RGB value is (223,164,135).

#dfa487 hex color red value is 223, green value is 164 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dfa487 hue: 0.05 , saturation: 0.58 and the lightness value of dfa487 is 0.70.

The process color (four color CMYK) of #dfa487 color hex is 0.00, 0.26, 0.39, 0.13. Web safe color of #dfa487 is #cc9999. Color #dfa487 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 10000111
Octal 337 244 207
Decimal 223 164 135
Hex DF A4 87

RGB Percentages of Color #dfa487

%42.72
%31.42
%25.86

CMYK Percentages of Color #dfa487

%0
%26
%39
%13

Triadic Colors of #dfa487

#dfa487 #87dfa4 #a487df

Analogous Colors of #dfa487

#dfa487 #dfd087 #df8796

Monochromatic Colors of #dfa487

#dfa487

Complementary Color

#dfa487 #87c2df

#dfa487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa487 Color CSS Codes

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

#dfa487 Text Font Color

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

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


#dfa487 Background Color

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

This div background color is #dfa487


#dfa487 Border Color

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

This div border color is #dfa487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa487


Comments

No comments written yet.

Please login to write comment.