Color Hex Logo

#dfe5fe Color Hex

#DFE5FE
(223,229,254)
0 Favorites   0 Comments

Color spaces of #dfe5fe

RGB 223229254
HSL0.630.940.94
HSV228°12°100°
CMYK 0.120.100.00   0.00
XYZ76.340178.8824104.9682
Yxy78.88240.29340.3032
Hunter Lab88.8158-2.0009-7.9017
CIE-Lab91.18112.7863-12.7788

#dfe5fe color RGB value is (223,229,254).

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

The process color (four color CMYK) of #dfe5fe color hex is 0.12, 0.10, 0.00, 0.00. Web safe color of #dfe5fe is #ccccff. Color #dfe5fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100101 11111110
Octal 337 345 376
Decimal 223 229 254
Hex DF E5 FE

RGB Percentages of Color #dfe5fe

%31.59
%32.44
%35.98

CMYK Percentages of Color #dfe5fe

%12
%10
%0
%0

Triadic Colors of #dfe5fe

#dfe5fe #fedfe5 #e5fedf

Analogous Colors of #dfe5fe

#dfe5fe #e9dffe #dff5fe

Monochromatic Colors of #dfe5fe

#dfe5fe

Complementary Color

#dfe5fe #fef8df

#dfe5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe5fe Color CSS Codes

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

#dfe5fe Text Font Color

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

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


#dfe5fe Background Color

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

This div background color is #dfe5fe


#dfe5fe Border Color

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

This div border color is #dfe5fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,229,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 #dfe5fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe5fe

Related Colors


Comments

No comments written yet.

Please login to write comment.