Color Hex Logo

#dfedfe Color Hex

#DFEDFE
(223,237,254)
1 Favorites   0 Comments

Color spaces of #dfedfe

RGB 223237254
HSL0.590.940.94
HSV213°12°100°
CMYK 0.120.070.00   0.00
XYZ78.605083.4121105.7232
Yxy83.41210.29360.3115
Hunter Lab91.3302-6.1987-4.7025
CIE-Lab93.1946-1.3410-9.7798

#dfedfe color RGB value is (223,237,254).

#dfedfe hex color red value is 223, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dfedfe hue: 0.59 , saturation: 0.94 and the lightness value of dfedfe is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 11111110
Octal 337 355 376
Decimal 223 237 254
Hex DF ED FE

RGB Percentages of Color #dfedfe

%31.23
%33.19
%35.57

CMYK Percentages of Color #dfedfe

%12
%7
%0
%0

Triadic Colors of #dfedfe

#dfedfe #fedfed #edfedf

Analogous Colors of #dfedfe

#dfedfe #e1dffe #dffdfe

Monochromatic Colors of #dfedfe

#dfedfe

Complementary Color

#dfedfe #fef0df

#dfedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfedfe Color CSS Codes

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

#dfedfe Text Font Color

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

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


#dfedfe Background Color

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

This div background color is #dfedfe


#dfedfe Border Color

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

This div border color is #dfedfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfedfe


Comments

No comments written yet.

Please login to write comment.