Color Hex Logo

#dfaabf Color Hex

#DFAABF
(223,170,191)
0 Favorites   0 Comments

Color spaces of #dfaabf

RGB 223170191
HSL0.930.450.77
HSV336°24°87°
CMYK 0.000.240.14   0.13
XYZ54.210148.199055.7364
Yxy48.19900.34280.3048
Hunter Lab69.425517.88500.9985
CIE-Lab74.950322.6251-3.1780

#dfaabf color RGB value is (223,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 10111111
Octal 337 252 277
Decimal 223 170 191
Hex DF AA BF

RGB Percentages of Color #dfaabf

%38.18
%29.11
%32.71

CMYK Percentages of Color #dfaabf

%0
%24
%14
%13

Triadic Colors of #dfaabf

#dfaabf #bfdfaa #aabfdf

Analogous Colors of #dfaabf

#dfaabf #dfb0aa #dfaada

Monochromatic Colors of #dfaabf

#dfaabf

Complementary Color

#dfaabf #aadfca

#dfaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaabf Color CSS Codes

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

#dfaabf Text Font Color

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

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


#dfaabf Background Color

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

This div background color is #dfaabf


#dfaabf Border Color

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

This div border color is #dfaabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,170,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 #dfaabf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaabf


Comments

No comments written yet.

Please login to write comment.