Color Hex Logo

#dfac81 Color Hex

#DFAC81
(223,172,129)
0 Favorites   0 Comments

Color spaces of #dfac81

RGB 223172129
HSL0.080.590.69
HSV27°42°87°
CMYK 0.000.230.42   0.13
XYZ49.146446.778027.2076
Yxy46.77800.39910.3799
Hunter Lab68.39448.575024.2903
CIE-Lab74.047513.181229.2826

#dfac81 color RGB value is (223,172,129).

#dfac81 hex color red value is 223, green value is 172 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #dfac81 hue: 0.08 , saturation: 0.59 and the lightness value of dfac81 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 10000001
Octal 337 254 201
Decimal 223 172 129
Hex DF AC 81

RGB Percentages of Color #dfac81

%42.56
%32.82
%24.62

CMYK Percentages of Color #dfac81

%0
%23
%42
%13

Triadic Colors of #dfac81

#dfac81 #81dfac #ac81df

Analogous Colors of #dfac81

#dfac81 #dfdb81 #df8185

Monochromatic Colors of #dfac81

#dfac81

Complementary Color

#dfac81 #81b4df

#dfac81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfac81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfac81 Color CSS Codes

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

#dfac81 Text Font Color

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

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


#dfac81 Background Color

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

This div background color is #dfac81


#dfac81 Border Color

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

This div border color is #dfac81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfac81

#dfac81 Color Palettes


Comments

No comments written yet.

Please login to write comment.