Color Hex Logo

#dfe4ff Color Hex

#DFE4FF
(223,228,255)
0 Favorites   0 Comments

Color spaces of #dfe4ff

RGB 223228255
HSL0.641.000.94
HSV231°13°100°
CMYK 0.130.110.00   0.00
XYZ76.224878.3948105.7220
Yxy78.39480.29280.3011
Hunter Lab88.5408-1.2758-8.8165
CIE-Lab90.95983.5060-13.6322

#dfe4ff color RGB value is (223,228,255).

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

The process color (four color CMYK) of #dfe4ff color hex is 0.13, 0.11, 0.00, 0.00. Web safe color of #dfe4ff is #ccccff. Color #dfe4ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100100 11111111
Octal 337 344 377
Decimal 223 228 255
Hex DF E4 FF

RGB Percentages of Color #dfe4ff

%31.59
%32.29
%36.12

CMYK Percentages of Color #dfe4ff

%13
%11
%0
%0

Triadic Colors of #dfe4ff

#dfe4ff #ffdfe4 #e4ffdf

Analogous Colors of #dfe4ff

#dfe4ff #eadfff #dff4ff

Monochromatic Colors of #dfe4ff

#dfe4ff

Complementary Color

#dfe4ff #fffadf

#dfe4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe4ff Color CSS Codes

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

#dfe4ff Text Font Color

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

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


#dfe4ff Background Color

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

This div background color is #dfe4ff


#dfe4ff Border Color

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

This div border color is #dfe4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe4ff


Comments

No comments written yet.

Please login to write comment.