Color Hex Logo

#dfecfa Color Hex

#DFECFA
(223,236,250)
0 Favorites   0 Comments

Color spaces of #dfecfa

RGB 223236250
HSL0.590.730.93
HSV211°11°98°
CMYK 0.110.060.00   0.02
XYZ77.682282.5810102.2879
Yxy82.58100.29590.3145
Hunter Lab90.8741-6.4419-3.1250
CIE-Lab92.8307-1.6163-8.2385

#dfecfa color RGB value is (223,236,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 11111010
Octal 337 354 372
Decimal 223 236 250
Hex DF EC FA

RGB Percentages of Color #dfecfa

%31.45
%33.29
%35.26

CMYK Percentages of Color #dfecfa

%11
%6
%0
%2

Triadic Colors of #dfecfa

#dfecfa #fadfec #ecfadf

Analogous Colors of #dfecfa

#dfecfa #e0dffa #dffafa

Monochromatic Colors of #dfecfa

#dfecfa

Complementary Color

#dfecfa #faeddf

#dfecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfecfa Color CSS Codes

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

#dfecfa Text Font Color

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

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


#dfecfa Background Color

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

This div background color is #dfecfa


#dfecfa Border Color

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

This div border color is #dfecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfecfa


Comments

No comments written yet.

Please login to write comment.