Color Hex Logo

#dfecf7 Color Hex

#DFECF7
(223,236,247)
0 Favorites   0 Comments

Color spaces of #dfecf7

RGB 223236247
HSL0.580.600.92
HSV208°10°97°
CMYK 0.100.040.00   0.03
XYZ77.215482.394399.8297
Yxy82.39430.29760.3176
Hunter Lab90.7713-7.0072-1.6668
CIE-Lab92.7486-2.2008-6.7981

#dfecf7 color RGB value is (223,236,247).

#dfecf7 hex color red value is 223, green value is 236 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #dfecf7 hue: 0.58 , saturation: 0.60 and the lightness value of dfecf7 is 0.92.

The process color (four color CMYK) of #dfecf7 color hex is 0.10, 0.04, 0.00, 0.03. Web safe color of #dfecf7 is #ccffff. Color #dfecf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 11110111
Octal 337 354 367
Decimal 223 236 247
Hex DF EC F7

RGB Percentages of Color #dfecf7

%31.59
%33.43
%34.99

CMYK Percentages of Color #dfecf7

%10
%4
%0
%3

Triadic Colors of #dfecf7

#dfecf7 #f7dfec #ecf7df

Analogous Colors of #dfecf7

#dfecf7 #dfe0f7 #dff7f6

Monochromatic Colors of #dfecf7

#dfecf7

Complementary Color

#dfecf7 #f7eadf

#dfecf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfecf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfecf7 Color CSS Codes

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

#dfecf7 Text Font Color

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

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


#dfecf7 Background Color

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

This div background color is #dfecf7


#dfecf7 Border Color

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

This div border color is #dfecf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfecf7

Related Colors

#dfecf7 Color Palettes


Comments

No comments written yet.

Please login to write comment.