Color Hex Logo

#dfe0fa Color Hex

#DFE0FA
(223,224,250)
0 Favorites   0 Comments

Color spaces of #dfe0fa

RGB 223224250
HSL0.660.730.93
HSV238°11°98°
CMYK 0.110.100.00   0.02
XYZ74.342475.9014101.1747
Yxy75.90140.29570.3019
Hunter Lab87.1214-0.1449-7.8689
CIE-Lab89.81354.5907-12.7273

#dfe0fa color RGB value is (223,224,250).

#dfe0fa hex color red value is 223, green value is 224 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dfe0fa hue: 0.66 , saturation: 0.73 and the lightness value of dfe0fa is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100000 11111010
Octal 337 340 372
Decimal 223 224 250
Hex DF E0 FA

RGB Percentages of Color #dfe0fa

%31.99
%32.14
%35.87

CMYK Percentages of Color #dfe0fa

%11
%10
%0
%2

Triadic Colors of #dfe0fa

#dfe0fa #fadfe0 #e0fadf

Analogous Colors of #dfe0fa

#dfe0fa #ecdffa #dfeefa

Monochromatic Colors of #dfe0fa

#dfe0fa

Complementary Color

#dfe0fa #faf9df

#dfe0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe0fa Color CSS Codes

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

#dfe0fa Text Font Color

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

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


#dfe0fa Background Color

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

This div background color is #dfe0fa


#dfe0fa Border Color

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

This div border color is #dfe0fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,224,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 #dfe0fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe0fa


Comments

No comments written yet.

Please login to write comment.