Color Hex Logo

#dfabac Color Hex

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

Color spaces of #dfabac

RGB 223171172
HSL1.000.450.77
HSV359°23°87°
CMYK 0.000.230.23   0.13
XYZ52.440747.792445.4906
Yxy47.79240.35990.3280
Hunter Lab69.132014.42169.3781
CIE-Lab74.693819.16926.8539

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

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

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

Base Numbers

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

RGB Percentages of Color #dfabac

%39.40
%30.21
%30.39

CMYK Percentages of Color #dfabac

%0
%23
%23
%13

Triadic Colors of #dfabac

#dfabac #acdfab #abacdf

Analogous Colors of #dfabac

#dfabac #dfc4ab #dfabc6

Monochromatic Colors of #dfabac

#dfabac

Complementary Color

#dfabac #abdfde

#dfabac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabac Color CSS Codes

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

#dfabac Text Font Color

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

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


#dfabac Background Color

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

This div background color is #dfabac


#dfabac Border Color

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

This div border color is #dfabac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabac


Comments

No comments written yet.

Please login to write comment.