Color Hex Logo

#dfeffd Color Hex

#DFEFFD
(223,239,253)
0 Favorites   0 Comments

Color spaces of #dfeffd

RGB 223239253
HSL0.580.880.93
HSV208°12°99°
CMYK 0.120.060.00   0.01
XYZ79.027584.5128105.0759
Yxy84.51280.29420.3146
Hunter Lab91.9308-7.4331-3.4162
CIE-Lab93.6728-2.5628-8.5503

#dfeffd color RGB value is (223,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 11111101
Octal 337 357 375
Decimal 223 239 253
Hex DF EF FD

RGB Percentages of Color #dfeffd

%31.19
%33.43
%35.38

CMYK Percentages of Color #dfeffd

%12
%6
%0
%1

Triadic Colors of #dfeffd

#dfeffd #fddfef #effddf

Analogous Colors of #dfeffd

#dfeffd #dfe0fd #dffdfc

Monochromatic Colors of #dfeffd

#dfeffd

Complementary Color

#dfeffd #fdeddf

#dfeffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeffd Color CSS Codes

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

#dfeffd Text Font Color

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

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


#dfeffd Background Color

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

This div background color is #dfeffd


#dfeffd Border Color

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

This div border color is #dfeffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeffd

#dfeffd Color Palettes


Comments

No comments written yet.

Please login to write comment.