Color Hex Logo

#dfe6fb Color Hex

#DFE6FB
(223,230,251)
0 Favorites   0 Comments

Color spaces of #dfe6fb

RGB 223230251
HSL0.630.780.93
HSV225°11°98°
CMYK 0.110.080.00   0.02
XYZ76.140879.2466102.5499
Yxy79.24660.29520.3072
Hunter Lab89.0206-3.1119-5.9865
CIE-Lab91.34581.6716-10.9658

#dfe6fb color RGB value is (223,230,251).

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

The process color (four color CMYK) of #dfe6fb color hex is 0.11, 0.08, 0.00, 0.02. Web safe color of #dfe6fb is #ccffff. Color #dfe6fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100110 11111011
Octal 337 346 373
Decimal 223 230 251
Hex DF E6 FB

RGB Percentages of Color #dfe6fb

%31.68
%32.67
%35.65

CMYK Percentages of Color #dfe6fb

%11
%8
%0
%2

Triadic Colors of #dfe6fb

#dfe6fb #fbdfe6 #e6fbdf

Analogous Colors of #dfe6fb

#dfe6fb #e6dffb #dff4fb

Monochromatic Colors of #dfe6fb

#dfe6fb

Complementary Color

#dfe6fb #fbf4df

#dfe6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe6fb Color CSS Codes

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

#dfe6fb Text Font Color

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

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


#dfe6fb Background Color

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

This div background color is #dfe6fb


#dfe6fb Border Color

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

This div border color is #dfe6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe6fb


Comments

No comments written yet.

Please login to write comment.