Color Hex Logo

#dfaac9 Color Hex

#DFAAC9
(223,170,201)
0 Favorites   0 Comments

Color spaces of #dfaac9

RGB 223170201
HSL0.900.450.77
HSV325°24°87°
CMYK 0.000.240.10   0.13
XYZ55.348848.654561.7324
Yxy48.65450.33400.2936
Hunter Lab69.752819.5723-3.6457
CIE-Lab75.235924.2773-8.2284

#dfaac9 color RGB value is (223,170,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11001001
Octal 337 252 311
Decimal 223 170 201
Hex DF AA C9

RGB Percentages of Color #dfaac9

%37.54
%28.62
%33.84

CMYK Percentages of Color #dfaac9

%0
%24
%10
%13

Triadic Colors of #dfaac9

#dfaac9 #c9dfaa #aac9df

Analogous Colors of #dfaac9

#dfaac9 #dfaaaf #dbaadf

Monochromatic Colors of #dfaac9

#dfaac9

Complementary Color

#dfaac9 #aadfc0

#dfaac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaac9 Color CSS Codes

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

#dfaac9 Text Font Color

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

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


#dfaac9 Background Color

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

This div background color is #dfaac9


#dfaac9 Border Color

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

This div border color is #dfaac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaac9


Comments

No comments written yet.

Please login to write comment.