Color Hex Logo

#dfe5ee Color Hex

#DFE5EE
(223,229,238)
0 Favorites   0 Comments

Color spaces of #dfe5ee

RGB 223229238
HSL0.600.310.90
HSV216°93°
CMYK 0.060.040.00   0.07
XYZ73.883477.899692.0310
Yxy77.89960.30300.3195
Hunter Lab88.2608-5.0333-0.0402
CIE-Lab90.7341-0.3271-5.0742

#dfe5ee color RGB value is (223,229,238).

#dfe5ee hex color red value is 223, green value is 229 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dfe5ee hue: 0.60 , saturation: 0.31 and the lightness value of dfe5ee is 0.90.

The process color (four color CMYK) of #dfe5ee color hex is 0.06, 0.04, 0.00, 0.07. Web safe color of #dfe5ee is #ccccff. Color #dfe5ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100101 11101110
Octal 337 345 356
Decimal 223 229 238
Hex DF E5 EE

RGB Percentages of Color #dfe5ee

%32.32
%33.19
%34.49

CMYK Percentages of Color #dfe5ee

%6
%4
%0
%7

Triadic Colors of #dfe5ee

#dfe5ee #eedfe5 #e5eedf

Analogous Colors of #dfe5ee

#dfe5ee #e1dfee #dfedee

Monochromatic Colors of #dfe5ee

#dfe5ee

Complementary Color

#dfe5ee #eee8df

#dfe5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe5ee Color CSS Codes

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

#dfe5ee Text Font Color

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

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


#dfe5ee Background Color

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

This div background color is #dfe5ee


#dfe5ee Border Color

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

This div border color is #dfe5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe5ee

#dfe5ee Color Palettes


Comments

No comments written yet.

Please login to write comment.