Color Hex Logo

#dfafd4 Color Hex

#DFAFD4
(223,175,212)
0 Favorites   0 Comments

Color spaces of #dfafd4

RGB 223175212
HSL0.870.430.78
HSV314°22°87°
CMYK 0.000.220.05   0.13
XYZ57.645151.101469.1127
Yxy51.10140.32410.2873
Hunter Lab71.485218.8417-7.2825
CIE-Lab76.740423.4885-11.9843

#dfafd4 color RGB value is (223,175,212).

#dfafd4 hex color red value is 223, green value is 175 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #dfafd4 hue: 0.87 , saturation: 0.43 and the lightness value of dfafd4 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 11010100
Octal 337 257 324
Decimal 223 175 212
Hex DF AF D4

RGB Percentages of Color #dfafd4

%36.56
%28.69
%34.75

CMYK Percentages of Color #dfafd4

%0
%22
%5
%13

Triadic Colors of #dfafd4

#dfafd4 #d4dfaf #afd4df

Analogous Colors of #dfafd4

#dfafd4 #dfafbc #d2afdf

Monochromatic Colors of #dfafd4

#dfafd4

Complementary Color

#dfafd4 #afdfba

#dfafd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafd4 Color CSS Codes

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

#dfafd4 Text Font Color

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

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


#dfafd4 Background Color

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

This div background color is #dfafd4


#dfafd4 Border Color

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

This div border color is #dfafd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafd4


Comments

No comments written yet.

Please login to write comment.