Color Hex Logo

#dfaac0 Color Hex

#DFAAC0
(223,170,192)
0 Favorites   0 Comments

Color spaces of #dfaac0

RGB 223170192
HSL0.930.450.77
HSV335°24°87°
CMYK 0.000.240.14   0.13
XYZ54.320648.243256.3180
Yxy48.24320.34190.3036
Hunter Lab69.457318.04950.5461
CIE-Lab74.978122.7869-3.6846

#dfaac0 color RGB value is (223,170,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11000000
Octal 337 252 300
Decimal 223 170 192
Hex DF AA C0

RGB Percentages of Color #dfaac0

%38.12
%29.06
%32.82

CMYK Percentages of Color #dfaac0

%0
%24
%14
%13

Triadic Colors of #dfaac0

#dfaac0 #c0dfaa #aac0df

Analogous Colors of #dfaac0

#dfaac0 #dfafaa #dfaadb

Monochromatic Colors of #dfaac0

#dfaac0

Complementary Color

#dfaac0 #aadfc9

#dfaac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaac0 Color CSS Codes

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

#dfaac0 Text Font Color

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

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


#dfaac0 Background Color

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

This div background color is #dfaac0


#dfaac0 Border Color

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

This div border color is #dfaac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaac0


Comments

No comments written yet.

Please login to write comment.