Color Hex Logo

#dfe4fe Color Hex

#DFE4FE
(223,228,254)
0 Favorites   0 Comments

Color spaces of #dfe4fe

RGB 223228254
HSL0.640.940.94
HSV230°12°100°
CMYK 0.120.100.00   0.00
XYZ76.064278.3305104.8762
Yxy78.33050.29340.3021
Hunter Lab88.5045-1.4731-8.3044
CIE-Lab90.93053.3056-13.1531

#dfe4fe color RGB value is (223,228,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100100 11111110
Octal 337 344 376
Decimal 223 228 254
Hex DF E4 FE

RGB Percentages of Color #dfe4fe

%31.63
%32.34
%36.03

CMYK Percentages of Color #dfe4fe

%12
%10
%0
%0

Triadic Colors of #dfe4fe

#dfe4fe #fedfe4 #e4fedf

Analogous Colors of #dfe4fe

#dfe4fe #eadffe #dff4fe

Monochromatic Colors of #dfe4fe

#dfe4fe

Complementary Color

#dfe4fe #fef9df

#dfe4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe4fe Color CSS Codes

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

#dfe4fe Text Font Color

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

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


#dfe4fe Background Color

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

This div background color is #dfe4fe


#dfe4fe Border Color

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

This div border color is #dfe4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe4fe

Related Colors


Comments

No comments written yet.

Please login to write comment.