Color Hex Logo

#dfafcd Color Hex

#DFAFCD
(223,175,205)
0 Favorites   0 Comments

Color spaces of #dfafcd

RGB 223175205
HSL0.900.430.78
HSV323°22°87°
CMYK 0.000.220.08   0.13
XYZ56.780850.755764.5618
Yxy50.75570.32990.2949
Hunter Lab71.243017.5894-3.8596
CIE-Lab76.530822.2660-8.4871

#dfafcd color RGB value is (223,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 11001101
Octal 337 257 315
Decimal 223 175 205
Hex DF AF CD

RGB Percentages of Color #dfafcd

%36.98
%29.02
%34.00

CMYK Percentages of Color #dfafcd

%0
%22
%8
%13

Triadic Colors of #dfafcd

#dfafcd #cddfaf #afcddf

Analogous Colors of #dfafcd

#dfafcd #dfafb5 #d9afdf

Monochromatic Colors of #dfafcd

#dfafcd

Complementary Color

#dfafcd #afdfc1

#dfafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafcd Color CSS Codes

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

#dfafcd Text Font Color

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

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


#dfafcd Background Color

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

This div background color is #dfafcd


#dfafcd Border Color

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

This div border color is #dfafcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafcd


Comments

No comments written yet.

Please login to write comment.