Color Hex Logo

#dfecfb Color Hex

#DFECFB
(223,236,251)
0 Favorites   0 Comments

Color spaces of #dfecfb

RGB 223236251
HSL0.590.780.93
HSV212°11°98°
CMYK 0.110.060.00   0.02
XYZ77.839582.6439103.1161
Yxy82.64390.29530.3135
Hunter Lab90.9087-6.2517-3.6155
CIE-Lab92.8583-1.4201-8.7181

#dfecfb color RGB value is (223,236,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 11111011
Octal 337 354 373
Decimal 223 236 251
Hex DF EC FB

RGB Percentages of Color #dfecfb

%31.41
%33.24
%35.35

CMYK Percentages of Color #dfecfb

%11
%6
%0
%2

Triadic Colors of #dfecfb

#dfecfb #fbdfec #ecfbdf

Analogous Colors of #dfecfb

#dfecfb #e0dffb #dffafb

Monochromatic Colors of #dfecfb

#dfecfb

Complementary Color

#dfecfb #fbeedf

#dfecfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfecfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfecfb Color CSS Codes

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

#dfecfb Text Font Color

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

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


#dfecfb Background Color

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

This div background color is #dfecfb


#dfecfb Border Color

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

This div border color is #dfecfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfecfb

Related Colors


Comments

No comments written yet.

Please login to write comment.