Color Hex Logo

#dfd9fc Color Hex

#DFD9FC
(223,217,252)
0 Favorites   0 Comments

Color spaces of #dfd9fc

RGB 223217252
HSL0.700.850.92
HSV250°14°99°
CMYK 0.120.140.00   0.01
XYZ72.815072.3420102.2211
Yxy72.34200.29430.2924
Hunter Lab85.05413.9696-11.7190
CIE-Lab88.13298.6578-16.2954

#dfd9fc color RGB value is (223,217,252).

#dfd9fc hex color red value is 223, green value is 217 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dfd9fc hue: 0.70 , saturation: 0.85 and the lightness value of dfd9fc is 0.92.

The process color (four color CMYK) of #dfd9fc color hex is 0.12, 0.14, 0.00, 0.01. Web safe color of #dfd9fc is #ccccff. Color #dfd9fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 11111100
Octal 337 331 374
Decimal 223 217 252
Hex DF D9 FC

RGB Percentages of Color #dfd9fc

%32.23
%31.36
%36.42

CMYK Percentages of Color #dfd9fc

%12
%14
%0
%1

Triadic Colors of #dfd9fc

#dfd9fc #fcdfd9 #d9fcdf

Analogous Colors of #dfd9fc

#dfd9fc #f1d9fc #d9e5fc

Monochromatic Colors of #dfd9fc

#dfd9fc

Complementary Color

#dfd9fc #f6fcd9

#dfd9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd9fc Color CSS Codes

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

#dfd9fc Text Font Color

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

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


#dfd9fc Background Color

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

This div background color is #dfd9fc


#dfd9fc Border Color

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

This div border color is #dfd9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd9fc


Comments

No comments written yet.

Please login to write comment.