Color Hex Logo

#dfacad Color Hex

#DFACAD
(223,172,173)
0 Favorites   0 Comments

Color spaces of #dfacad

RGB 223172173
HSL1.000.440.77
HSV359°23°87°
CMYK 0.000.230.22   0.13
XYZ52.726848.210246.0617
Yxy48.21020.35870.3280
Hunter Lab69.433614.04159.2710
CIE-Lab74.957318.77786.6852

#dfacad color RGB value is (223,172,173).

#dfacad hex color red value is 223, green value is 172 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dfacad hue: 1.00 , saturation: 0.44 and the lightness value of dfacad is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 10101101
Octal 337 254 255
Decimal 223 172 173
Hex DF AC AD

RGB Percentages of Color #dfacad

%39.26
%30.28
%30.46

CMYK Percentages of Color #dfacad

%0
%23
%22
%13

Triadic Colors of #dfacad

#dfacad #addfac #acaddf

Analogous Colors of #dfacad

#dfacad #dfc5ac #dfacc7

Monochromatic Colors of #dfacad

#dfacad

Complementary Color

#dfacad #acdfde

#dfacad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacad Color CSS Codes

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

#dfacad Text Font Color

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

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


#dfacad Background Color

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

This div background color is #dfacad


#dfacad Border Color

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

This div border color is #dfacad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacad


Comments

No comments written yet.

Please login to write comment.