Color Hex Logo

#dfa9c4 Color Hex

#DFA9C4
(223,169,196)
0 Favorites   0 Comments

Color spaces of #dfa9c4

RGB 223169196
HSL0.920.460.77
HSV330°24°87°
CMYK 0.000.240.12   0.13
XYZ54.583248.049458.6222
Yxy48.04940.33850.2980
Hunter Lab69.317719.2513-1.6194
CIE-Lab74.856123.9802-6.0553

#dfa9c4 color RGB value is (223,169,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 11000100
Octal 337 251 304
Decimal 223 169 196
Hex DF A9 C4

RGB Percentages of Color #dfa9c4

%37.93
%28.74
%33.33

CMYK Percentages of Color #dfa9c4

%0
%24
%12
%13

Triadic Colors of #dfa9c4

#dfa9c4 #c4dfa9 #a9c4df

Analogous Colors of #dfa9c4

#dfa9c4 #dfa9a9 #dfa9df

Monochromatic Colors of #dfa9c4

#dfa9c4

Complementary Color

#dfa9c4 #a9dfc4

#dfa9c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa9c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa9c4 Color CSS Codes

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

#dfa9c4 Text Font Color

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

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


#dfa9c4 Background Color

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

This div background color is #dfa9c4


#dfa9c4 Border Color

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

This div border color is #dfa9c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa9c4


Comments

No comments written yet.

Please login to write comment.