Color Hex Logo

#dfaabd Color Hex

#DFAABD
(223,170,189)
0 Favorites   0 Comments

Color spaces of #dfaabd

RGB 223170189
HSL0.940.450.77
HSV338°24°87°
CMYK 0.000.240.15   0.13
XYZ53.991548.111554.5849
Yxy48.11150.34460.3071
Hunter Lab69.362517.55951.8954
CIE-Lab74.895222.3044-2.1635

#dfaabd color RGB value is (223,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 10111101
Octal 337 252 275
Decimal 223 170 189
Hex DF AA BD

RGB Percentages of Color #dfaabd

%38.32
%29.21
%32.47

CMYK Percentages of Color #dfaabd

%0
%24
%15
%13

Triadic Colors of #dfaabd

#dfaabd #bddfaa #aabddf

Analogous Colors of #dfaabd

#dfaabd #dfb2aa #dfaad8

Monochromatic Colors of #dfaabd

#dfaabd

Complementary Color

#dfaabd #aadfcc

#dfaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaabd Color CSS Codes

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

#dfaabd Text Font Color

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

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


#dfaabd Background Color

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

This div background color is #dfaabd


#dfaabd Border Color

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

This div border color is #dfaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaabd


Comments

No comments written yet.

Please login to write comment.