Color Hex Logo

#dfeffc Color Hex

#DFEFFC
(223,239,252)
0 Favorites   0 Comments

Color spaces of #dfeffc

RGB 223239252
HSL0.570.830.93
HSV207°12°99°
CMYK 0.120.050.00   0.01
XYZ78.868684.4493104.2390
Yxy84.44930.29480.3156
Hunter Lab91.8963-7.6236-2.9259
CIE-Lab93.6453-2.7597-8.0716

#dfeffc color RGB value is (223,239,252).

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

The process color (four color CMYK) of #dfeffc color hex is 0.12, 0.05, 0.00, 0.01. Web safe color of #dfeffc is #ccffff. Color #dfeffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 11111100
Octal 337 357 374
Decimal 223 239 252
Hex DF EF FC

RGB Percentages of Color #dfeffc

%31.23
%33.47
%35.29

CMYK Percentages of Color #dfeffc

%12
%5
%0
%1

Triadic Colors of #dfeffc

#dfeffc #fcdfef #effcdf

Analogous Colors of #dfeffc

#dfeffc #dfe1fc #dffcfb

Monochromatic Colors of #dfeffc

#dfeffc

Complementary Color

#dfeffc #fcecdf

#dfeffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeffc Color CSS Codes

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

#dfeffc Text Font Color

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

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


#dfeffc Background Color

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

This div background color is #dfeffc


#dfeffc Border Color

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

This div border color is #dfeffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeffc

Related Colors

#dfeffc Color Palettes


Comments

No comments written yet.

Please login to write comment.