Color Hex Logo

#dfab86 Color Hex

#DFAB86
(223,171,134)
0 Favorites   0 Comments

Color spaces of #dfab86

RGB 223171134
HSL0.070.580.70
HSV25°40°87°
CMYK 0.000.230.40   0.13
XYZ49.297446.535028.9382
Yxy46.53500.39510.3730
Hunter Lab68.21669.615922.6001
CIE-Lab73.891314.265126.3971

#dfab86 color RGB value is (223,171,134).

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

The process color (four color CMYK) of #dfab86 color hex is 0.00, 0.23, 0.40, 0.13. Web safe color of #dfab86 is #cc9999. Color #dfab86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 10000110
Octal 337 253 206
Decimal 223 171 134
Hex DF AB 86

RGB Percentages of Color #dfab86

%42.23
%32.39
%25.38

CMYK Percentages of Color #dfab86

%0
%23
%40
%13

Triadic Colors of #dfab86

#dfab86 #86dfab #ab86df

Analogous Colors of #dfab86

#dfab86 #dfd886 #df868e

Monochromatic Colors of #dfab86

#dfab86

Complementary Color

#dfab86 #86badf

#dfab86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfab86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfab86 Color CSS Codes

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

#dfab86 Text Font Color

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

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


#dfab86 Background Color

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

This div background color is #dfab86


#dfab86 Border Color

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

This div border color is #dfab86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfab86


Comments

No comments written yet.

Please login to write comment.