Color Hex Logo

#dfabb9 Color Hex

#DFABB9
(223,171,185)
0 Favorites   0 Comments

Color spaces of #dfabb9

RGB 223171185
HSL0.960.450.77
HSV344°23°87°
CMYK 0.000.230.17   0.13
XYZ53.751348.316652.3920
Yxy48.31660.34800.3128
Hunter Lab69.510116.38903.9683
CIE-Lab75.024221.13350.2156

#dfabb9 color RGB value is (223,171,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 10111001
Octal 337 253 271
Decimal 223 171 185
Hex DF AB B9

RGB Percentages of Color #dfabb9

%38.51
%29.53
%31.95

CMYK Percentages of Color #dfabb9

%0
%23
%17
%13

Triadic Colors of #dfabb9

#dfabb9 #b9dfab #abb9df

Analogous Colors of #dfabb9

#dfabb9 #dfb7ab #dfabd3

Monochromatic Colors of #dfabb9

#dfabb9

Complementary Color

#dfabb9 #abdfd1

#dfabb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabb9 Color CSS Codes

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

#dfabb9 Text Font Color

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

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


#dfabb9 Background Color

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

This div background color is #dfabb9


#dfabb9 Border Color

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

This div border color is #dfabb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabb9


Comments

No comments written yet.

Please login to write comment.