Color Hex Logo

#e0dbef Color Hex

#E0DBEF
(224,219,239)
0 Favorites   0 Comments

Color spaces of #e0dbef

RGB 224219239
HSL0.710.380.90
HSV255°94°
CMYK 0.060.080.00   0.06
XYZ71.652072.742391.9256
Yxy72.74230.30320.3078
Hunter Lab85.28910.7032-4.2011
CIE-Lab88.32475.3826-9.1561

#e0dbef color RGB value is (224,219,239).

#e0dbef hex color red value is 224, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e0dbef hue: 0.71 , saturation: 0.38 and the lightness value of e0dbef is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011011 11101111
Octal 340 333 357
Decimal 224 219 239
Hex E0 DB EF

RGB Percentages of Color #e0dbef

%32.84
%32.11
%35.04

CMYK Percentages of Color #e0dbef

%6
%8
%0
%6

Triadic Colors of #e0dbef

#e0dbef #efe0db #dbefe0

Analogous Colors of #e0dbef

#e0dbef #eadbef #dbe0ef

Monochromatic Colors of #e0dbef

#e0dbef

Complementary Color

#e0dbef #eaefdb

#e0dbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dbef Color CSS Codes

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

#e0dbef Text Font Color

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

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


#e0dbef Background Color

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

This div background color is #e0dbef


#e0dbef Border Color

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

This div border color is #e0dbef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,219,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dbef


Comments

No comments written yet.

Please login to write comment.