Color Hex Logo

#dfabbf Color Hex

#DFABBF
(223,171,191)
0 Favorites   0 Comments

Color spaces of #dfabbf

RGB 223171191
HSL0.940.450.77
HSV337°23°87°
CMYK 0.000.230.14   0.13
XYZ54.398348.575455.7991
Yxy48.57540.34260.3059
Hunter Lab69.696117.35251.3193
CIE-Lab75.186422.0866-2.8308

#dfabbf color RGB value is (223,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 10111111
Octal 337 253 277
Decimal 223 171 191
Hex DF AB BF

RGB Percentages of Color #dfabbf

%38.12
%29.23
%32.65

CMYK Percentages of Color #dfabbf

%0
%23
%14
%13

Triadic Colors of #dfabbf

#dfabbf #bfdfab #abbfdf

Analogous Colors of #dfabbf

#dfabbf #dfb1ab #dfabd9

Monochromatic Colors of #dfabbf

#dfabbf

Complementary Color

#dfabbf #abdfcb

#dfabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabbf Color CSS Codes

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

#dfabbf Text Font Color

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

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


#dfabbf Background Color

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

This div background color is #dfabbf


#dfabbf Border Color

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

This div border color is #dfabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabbf


Comments

No comments written yet.

Please login to write comment.