Color Hex Logo

#dfe7fb Color Hex

#DFE7FB
(223,231,251)
0 Favorites   0 Comments

Color spaces of #dfe7fb

RGB 223231251
HSL0.620.780.93
HSV223°11°98°
CMYK 0.110.080.00   0.02
XYZ76.419979.8048102.6429
Yxy79.80480.29520.3083
Hunter Lab89.3335-3.6368-5.5899
CIE-Lab91.59721.1544-10.5915

#dfe7fb color RGB value is (223,231,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100111 11111011
Octal 337 347 373
Decimal 223 231 251
Hex DF E7 FB

RGB Percentages of Color #dfe7fb

%31.63
%32.77
%35.60

CMYK Percentages of Color #dfe7fb

%11
%8
%0
%2

Triadic Colors of #dfe7fb

#dfe7fb #fbdfe7 #e7fbdf

Analogous Colors of #dfe7fb

#dfe7fb #e5dffb #dff5fb

Monochromatic Colors of #dfe7fb

#dfe7fb

Complementary Color

#dfe7fb #fbf3df

#dfe7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe7fb Color CSS Codes

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

#dfe7fb Text Font Color

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

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


#dfe7fb Background Color

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

This div background color is #dfe7fb


#dfe7fb Border Color

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

This div border color is #dfe7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe7fb


Comments

No comments written yet.

Please login to write comment.