Color Hex Logo

#dfaca4 Color Hex

#DFACA4
(223,172,164)
0 Favorites   0 Comments

Color spaces of #dfaca4

RGB 223172164
HSL0.020.480.76
HSV26°87°
CMYK 0.000.230.26   0.13
XYZ51.884847.873441.6278
Yxy47.87340.36700.3386
Hunter Lab69.190612.770412.7622
CIE-Lab74.745017.494311.3000

#dfaca4 color RGB value is (223,172,164).

#dfaca4 hex color red value is 223, green value is 172 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #dfaca4 hue: 0.02 , saturation: 0.48 and the lightness value of dfaca4 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 10100100
Octal 337 254 244
Decimal 223 172 164
Hex DF AC A4

RGB Percentages of Color #dfaca4

%39.89
%30.77
%29.34

CMYK Percentages of Color #dfaca4

%0
%23
%26
%13

Triadic Colors of #dfaca4

#dfaca4 #a4dfac #aca4df

Analogous Colors of #dfaca4

#dfaca4 #dfcaa4 #dfa4ba

Monochromatic Colors of #dfaca4

#dfaca4

Complementary Color

#dfaca4 #a4d7df

#dfaca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaca4 Color CSS Codes

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

#dfaca4 Text Font Color

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

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


#dfaca4 Background Color

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

This div background color is #dfaca4


#dfaca4 Border Color

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

This div border color is #dfaca4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaca4


Comments

No comments written yet.

Please login to write comment.