Color Hex Logo

#dfe9fb Color Hex

#DFE9FB
(223,233,251)
0 Favorites   0 Comments

Color spaces of #dfe9fb

RGB 223233251
HSL0.610.780.93
HSV219°11°98°
CMYK 0.110.070.00   0.02
XYZ76.982980.9308102.8306
Yxy80.93080.29520.3104
Hunter Lab89.9615-4.6847-4.7984
CIE-Lab92.10090.1223-9.8425

#dfe9fb color RGB value is (223,233,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 11111011
Octal 337 351 373
Decimal 223 233 251
Hex DF E9 FB

RGB Percentages of Color #dfe9fb

%31.54
%32.96
%35.50

CMYK Percentages of Color #dfe9fb

%11
%7
%0
%2

Triadic Colors of #dfe9fb

#dfe9fb #fbdfe9 #e9fbdf

Analogous Colors of #dfe9fb

#dfe9fb #e3dffb #dff7fb

Monochromatic Colors of #dfe9fb

#dfe9fb

Complementary Color

#dfe9fb #fbf1df

#dfe9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe9fb Color CSS Codes

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

#dfe9fb Text Font Color

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

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


#dfe9fb Background Color

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

This div background color is #dfe9fb


#dfe9fb Border Color

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

This div border color is #dfe9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe9fb


Comments

No comments written yet.

Please login to write comment.