Color Hex Logo

#e0dfee Color Hex

#E0DFEE
(224,223,238)
0 Favorites   0 Comments

Color spaces of #e0dfee

RGB 224223238
HSL0.680.310.90
HSV244°93°
CMYK 0.060.060.00   0.07
XYZ72.560874.795791.5016
Yxy74.79570.30380.3131
Hunter Lab86.4845-1.5858-2.1903
CIE-Lab89.29723.1064-7.1883

#e0dfee color RGB value is (224,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011111 11101110
Octal 340 337 356
Decimal 224 223 238
Hex E0 DF EE

RGB Percentages of Color #e0dfee

%32.70
%32.55
%34.74

CMYK Percentages of Color #e0dfee

%6
%6
%0
%7

Triadic Colors of #e0dfee

#e0dfee #eee0df #dfeee0

Analogous Colors of #e0dfee

#e0dfee #e8dfee #dfe6ee

Monochromatic Colors of #e0dfee

#e0dfee

Complementary Color

#e0dfee #edeedf

#e0dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dfee Color CSS Codes

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

#e0dfee Text Font Color

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

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


#e0dfee Background Color

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

This div background color is #e0dfee


#e0dfee Border Color

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

This div border color is #e0dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dfee

#e0dfee Color Palettes


Comments

No comments written yet.

Please login to write comment.