Color Hex Logo

#dfecf9 Color Hex

#DFECF9
(223,236,249)
0 Favorites   0 Comments

Color spaces of #dfecf9

RGB 223236249
HSL0.580.680.93
HSV210°10°98°
CMYK 0.100.050.00   0.02
XYZ77.525882.5184101.4641
Yxy82.51840.29650.3155
Hunter Lab90.8396-6.6311-2.6367
CIE-Lab92.8032-1.8117-7.7586

#dfecf9 color RGB value is (223,236,249).

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

The process color (four color CMYK) of #dfecf9 color hex is 0.10, 0.05, 0.00, 0.02. Web safe color of #dfecf9 is #ccffff. Color #dfecf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 11111001
Octal 337 354 371
Decimal 223 236 249
Hex DF EC F9

RGB Percentages of Color #dfecf9

%31.50
%33.33
%35.17

CMYK Percentages of Color #dfecf9

%10
%5
%0
%2

Triadic Colors of #dfecf9

#dfecf9 #f9dfec #ecf9df

Analogous Colors of #dfecf9

#dfecf9 #dfdff9 #dff9f9

Monochromatic Colors of #dfecf9

#dfecf9

Complementary Color

#dfecf9 #f9ecdf

#dfecf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfecf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfecf9 Color CSS Codes

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

#dfecf9 Text Font Color

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

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


#dfecf9 Background Color

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

This div background color is #dfecf9


#dfecf9 Border Color

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

This div border color is #dfecf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfecf9


Comments

No comments written yet.

Please login to write comment.