Color Hex Logo

#dfac84 Color Hex

#DFAC84
(223,172,132)
0 Favorites   0 Comments

Color spaces of #dfac84

RGB 223172132
HSL0.070.590.70
HSV26°41°87°
CMYK 0.000.230.41   0.13
XYZ49.348846.859028.2735
Yxy46.85900.39640.3764
Hunter Lab68.45368.888323.4289
CIE-Lab74.099513.507527.7481

#dfac84 color RGB value is (223,172,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 10000100
Octal 337 254 204
Decimal 223 172 132
Hex DF AC 84

RGB Percentages of Color #dfac84

%42.31
%32.64
%25.05

CMYK Percentages of Color #dfac84

%0
%23
%41
%13

Triadic Colors of #dfac84

#dfac84 #84dfac #ac84df

Analogous Colors of #dfac84

#dfac84 #dfda84 #df848a

Monochromatic Colors of #dfac84

#dfac84

Complementary Color

#dfac84 #84b7df

#dfac84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfac84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfac84 Color CSS Codes

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

#dfac84 Text Font Color

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

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


#dfac84 Background Color

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

This div background color is #dfac84


#dfac84 Border Color

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

This div border color is #dfac84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfac84


Comments

No comments written yet.

Please login to write comment.