Color Hex Logo

#dfabbd Color Hex

#DFABBD
(223,171,189)
0 Favorites   0 Comments

Color spaces of #dfabbd

RGB 223171189
HSL0.940.450.77
HSV339°23°87°
CMYK 0.000.230.15   0.13
XYZ54.179648.487954.6476
Yxy48.48790.34440.3082
Hunter Lab69.633317.02742.2130
CIE-Lab75.131621.7657-1.8167

#dfabbd color RGB value is (223,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 10111101
Octal 337 253 275
Decimal 223 171 189
Hex DF AB BD

RGB Percentages of Color #dfabbd

%38.25
%29.33
%32.42

CMYK Percentages of Color #dfabbd

%0
%23
%15
%13

Triadic Colors of #dfabbd

#dfabbd #bddfab #abbddf

Analogous Colors of #dfabbd

#dfabbd #dfb3ab #dfabd7

Monochromatic Colors of #dfabbd

#dfabbd

Complementary Color

#dfabbd #abdfcd

#dfabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabbd Color CSS Codes

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

#dfabbd Text Font Color

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

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


#dfabbd Background Color

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

This div background color is #dfabbd


#dfabbd Border Color

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

This div border color is #dfabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabbd


Comments

No comments written yet.

Please login to write comment.