Color Hex Logo

#dfe6fe Color Hex

#DFE6FE
(223,230,254)
0 Favorites   0 Comments

Color spaces of #dfe6fe

RGB 223230254
HSL0.630.940.94
HSV226°12°100°
CMYK 0.120.090.00   0.00
XYZ76.617679.4374105.0607
Yxy79.43740.29340.3042
Hunter Lab89.1277-2.5279-7.4997
CIE-Lab91.43182.2678-12.4045

#dfe6fe color RGB value is (223,230,254).

#dfe6fe hex color red value is 223, green value is 230 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dfe6fe hue: 0.63 , saturation: 0.94 and the lightness value of dfe6fe is 0.94.

The process color (four color CMYK) of #dfe6fe color hex is 0.12, 0.09, 0.00, 0.00. Web safe color of #dfe6fe is #ccffff. Color #dfe6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100110 11111110
Octal 337 346 376
Decimal 223 230 254
Hex DF E6 FE

RGB Percentages of Color #dfe6fe

%31.54
%32.53
%35.93

CMYK Percentages of Color #dfe6fe

%12
%9
%0
%0

Triadic Colors of #dfe6fe

#dfe6fe #fedfe6 #e6fedf

Analogous Colors of #dfe6fe

#dfe6fe #e8dffe #dff6fe

Monochromatic Colors of #dfe6fe

#dfe6fe

Complementary Color

#dfe6fe #fef7df

#dfe6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe6fe Color CSS Codes

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

#dfe6fe Text Font Color

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

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


#dfe6fe Background Color

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

This div background color is #dfe6fe


#dfe6fe Border Color

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

This div border color is #dfe6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.