Color Hex Logo

#dfe0fb Color Hex

#DFE0FB
(223,224,251)
0 Favorites   0 Comments

Color spaces of #dfe0fb

RGB 223224251
HSL0.660.780.93
HSV238°11°98°
CMYK 0.110.110.00   0.02
XYZ74.499775.9643102.0028
Yxy75.96430.29510.3009
Hunter Lab87.15750.0510-8.3785
CIE-Lab89.84284.7895-13.2079

#dfe0fb color RGB value is (223,224,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100000 11111011
Octal 337 340 373
Decimal 223 224 251
Hex DF E0 FB

RGB Percentages of Color #dfe0fb

%31.95
%32.09
%35.96

CMYK Percentages of Color #dfe0fb

%11
%11
%0
%2

Triadic Colors of #dfe0fb

#dfe0fb #fbdfe0 #e0fbdf

Analogous Colors of #dfe0fb

#dfe0fb #ecdffb #dfeefb

Monochromatic Colors of #dfe0fb

#dfe0fb

Complementary Color

#dfe0fb #fbfadf

#dfe0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe0fb Color CSS Codes

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

#dfe0fb Text Font Color

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

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


#dfe0fb Background Color

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

This div background color is #dfe0fb


#dfe0fb Border Color

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

This div border color is #dfe0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe0fb

#dfe0fb Color Palettes


Comments

No comments written yet.

Please login to write comment.