Color Hex Logo

#dfeffa Color Hex

#DFEFFA
(223,239,250)
0 Favorites   0 Comments

Color spaces of #dfeffa

RGB 223239250
HSL0.570.730.93
HSV204°11°98°
CMYK 0.110.040.00   0.02
XYZ78.553284.3231102.5783
Yxy84.32310.29590.3177
Hunter Lab91.8276-8.0019-1.9520
CIE-Lab93.5907-3.1514-7.1134

#dfeffa color RGB value is (223,239,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 11111010
Octal 337 357 372
Decimal 223 239 250
Hex DF EF FA

RGB Percentages of Color #dfeffa

%31.32
%33.57
%35.11

CMYK Percentages of Color #dfeffa

%11
%4
%0
%2

Triadic Colors of #dfeffa

#dfeffa #fadfef #effadf

Analogous Colors of #dfeffa

#dfeffa #dfe2fa #dffaf8

Monochromatic Colors of #dfeffa

#dfeffa

Complementary Color

#dfeffa #faeadf

#dfeffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeffa Color CSS Codes

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

#dfeffa Text Font Color

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

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


#dfeffa Background Color

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

This div background color is #dfeffa


#dfeffa Border Color

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

This div border color is #dfeffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeffa

#dfeffa Color Palettes


Comments

No comments written yet.

Please login to write comment.