Color Hex Logo

#dfe9ff Color Hex

#DFE9FF
(223,233,255)
1 Favorites   0 Comments

Color spaces of #dfe9ff

RGB 223233255
HSL0.611.000.94
HSV221°13°100°
CMYK 0.130.090.00   0.00
XYZ77.620381.1858106.1871
Yxy81.18580.29290.3064
Hunter Lab90.1032-3.9099-6.8014
CIE-Lab92.21430.9163-11.7592

#dfe9ff color RGB value is (223,233,255).

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

The process color (four color CMYK) of #dfe9ff color hex is 0.13, 0.09, 0.00, 0.00. Web safe color of #dfe9ff is #ccffff. Color #dfe9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 11111111
Octal 337 351 377
Decimal 223 233 255
Hex DF E9 FF

RGB Percentages of Color #dfe9ff

%31.36
%32.77
%35.86

CMYK Percentages of Color #dfe9ff

%13
%9
%0
%0

Triadic Colors of #dfe9ff

#dfe9ff #ffdfe9 #e9ffdf

Analogous Colors of #dfe9ff

#dfe9ff #e5dfff #dff9ff

Monochromatic Colors of #dfe9ff

#dfe9ff

Complementary Color

#dfe9ff #fff5df

#dfe9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe9ff Color CSS Codes

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

#dfe9ff Text Font Color

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

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


#dfe9ff Background Color

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

This div background color is #dfe9ff


#dfe9ff Border Color

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

This div border color is #dfe9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe9ff

Related Colors

#dfe9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.