Color Hex Logo

#dfaac8 Color Hex

#DFAAC8
(223,170,200)
0 Favorites   0 Comments

Color spaces of #dfaac8

RGB 223170200
HSL0.910.450.77
HSV326°24°87°
CMYK 0.000.240.10   0.13
XYZ55.231548.607661.1148
Yxy48.60760.33480.2947
Hunter Lab69.719219.3992-3.1694
CIE-Lab75.206624.1085-7.7251

#dfaac8 color RGB value is (223,170,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11001000
Octal 337 252 310
Decimal 223 170 200
Hex DF AA C8

RGB Percentages of Color #dfaac8

%37.61
%28.67
%33.73

CMYK Percentages of Color #dfaac8

%0
%24
%10
%13

Triadic Colors of #dfaac8

#dfaac8 #c8dfaa #aac8df

Analogous Colors of #dfaac8

#dfaac8 #dfaaae #dcaadf

Monochromatic Colors of #dfaac8

#dfaac8

Complementary Color

#dfaac8 #aadfc1

#dfaac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaac8 Color CSS Codes

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

#dfaac8 Text Font Color

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

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


#dfaac8 Background Color

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

This div background color is #dfaac8


#dfaac8 Border Color

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

This div border color is #dfaac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaac8


Comments

No comments written yet.

Please login to write comment.