Color Hex Logo

#dfacab Color Hex

#DFACAB
(223,172,171)
0 Favorites   0 Comments

Color spaces of #dfacab

RGB 223172171
HSL0.000.450.77
HSV23°87°
CMYK 0.000.230.23   0.13
XYZ52.534648.133345.0499
Yxy48.13330.36050.3303
Hunter Lab69.378213.752110.0654
CIE-Lab74.908918.48667.7092

#dfacab color RGB value is (223,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 10101011
Octal 337 254 253
Decimal 223 172 171
Hex DF AC AB

RGB Percentages of Color #dfacab

%39.40
%30.39
%30.21

CMYK Percentages of Color #dfacab

%0
%23
%23
%13

Triadic Colors of #dfacab

#dfacab #abdfac #acabdf

Analogous Colors of #dfacab

#dfacab #dfc6ab #dfabc4

Monochromatic Colors of #dfacab

#dfacab

Complementary Color

#dfacab #abdedf

#dfacab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacab Color CSS Codes

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

#dfacab Text Font Color

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

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


#dfacab Background Color

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

This div background color is #dfacab


#dfacab Border Color

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

This div border color is #dfacab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacab


Comments

No comments written yet.

Please login to write comment.