Color Hex Logo

#dfdcfa Color Hex

#DFDCFA
(223,220,250)
0 Favorites   0 Comments

Color spaces of #dfdcfa

RGB 223220250
HSL0.680.750.92
HSV246°12°98°
CMYK 0.110.120.00   0.02
XYZ73.279973.7765100.8205
Yxy73.77650.29560.2976
Hunter Lab85.89321.9742-9.4686
CIE-Lab88.81676.6820-14.2179

#dfdcfa color RGB value is (223,220,250).

#dfdcfa hex color red value is 223, green value is 220 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dfdcfa hue: 0.68 , saturation: 0.75 and the lightness value of dfdcfa is 0.92.

The process color (four color CMYK) of #dfdcfa color hex is 0.11, 0.12, 0.00, 0.02. Web safe color of #dfdcfa is #ccccff. Color #dfdcfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 11111010
Octal 337 334 372
Decimal 223 220 250
Hex DF DC FA

RGB Percentages of Color #dfdcfa

%32.18
%31.75
%36.08

CMYK Percentages of Color #dfdcfa

%11
%12
%0
%2

Triadic Colors of #dfdcfa

#dfdcfa #fadfdc #dcfadf

Analogous Colors of #dfdcfa

#dfdcfa #eedcfa #dce8fa

Monochromatic Colors of #dfdcfa

#dfdcfa

Complementary Color

#dfdcfa #f7fadc

#dfdcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcfa Color CSS Codes

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

#dfdcfa Text Font Color

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

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


#dfdcfa Background Color

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

This div background color is #dfdcfa


#dfdcfa Border Color

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

This div border color is #dfdcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcfa


Comments

No comments written yet.

Please login to write comment.