Color Hex Logo

#e9defe Color Hex

#E9DEFE
(233,222,254)
0 Favorites   0 Comments

Color spaces of #e9defe

RGB 233222254
HSL0.720.940.93
HSV261°13°100°
CMYK 0.080.130.00   0.00
XYZ77.614976.7219104.4840
Yxy76.72190.29990.2964
Hunter Lab87.59104.8855-9.4110
CIE-Lab90.19359.6160-14.1773

#e9defe color RGB value is (233,222,254).

#e9defe hex color red value is 233, green value is 222 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e9defe hue: 0.72 , saturation: 0.94 and the lightness value of e9defe is 0.93.

The process color (four color CMYK) of #e9defe color hex is 0.08, 0.13, 0.00, 0.00. Web safe color of #e9defe is #ffccff. Color #e9defe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011110 11111110
Octal 351 336 376
Decimal 233 222 254
Hex E9 DE FE

RGB Percentages of Color #e9defe

%32.86
%31.31
%35.83

CMYK Percentages of Color #e9defe

%8
%13
%0
%0

Triadic Colors of #e9defe

#e9defe #fee9de #defee9

Analogous Colors of #e9defe

#e9defe #f9defe #dee3fe

Monochromatic Colors of #e9defe

#e9defe

Complementary Color

#e9defe #f3fede

#e9defe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9defe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9defe Color CSS Codes

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

#e9defe Text Font Color

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

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


#e9defe Background Color

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

This div background color is #e9defe


#e9defe Border Color

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

This div border color is #e9defe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,222,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9defe


Comments

No comments written yet.

Please login to write comment.