Color Hex Logo

#dfaac2 Color Hex

#DFAAC2
(223,170,194)
0 Favorites   0 Comments

Color spaces of #dfaac2

RGB 223170194
HSL0.920.450.77
HSV333°24°87°
CMYK 0.000.240.13   0.13
XYZ54.543848.332557.4933
Yxy48.33250.34010.3014
Hunter Lab69.521618.3811-0.3668
CIE-Lab75.034223.1126-4.6970

#dfaac2 color RGB value is (223,170,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11000010
Octal 337 252 302
Decimal 223 170 194
Hex DF AA C2

RGB Percentages of Color #dfaac2

%37.99
%28.96
%33.05

CMYK Percentages of Color #dfaac2

%0
%24
%13
%13

Triadic Colors of #dfaac2

#dfaac2 #c2dfaa #aac2df

Analogous Colors of #dfaac2

#dfaac2 #dfadaa #dfaadd

Monochromatic Colors of #dfaac2

#dfaac2

Complementary Color

#dfaac2 #aadfc7

#dfaac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaac2 Color CSS Codes

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

#dfaac2 Text Font Color

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

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


#dfaac2 Background Color

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

This div background color is #dfaac2


#dfaac2 Border Color

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

This div border color is #dfaac2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaac2


Comments

No comments written yet.

Please login to write comment.