Color Hex Logo

#e9dfee Color Hex

#E9DFEE
(233,223,238)
0 Favorites   0 Comments

Color spaces of #e9dfee

RGB 233223238
HSL0.780.310.90
HSV280°93°
CMYK 0.020.060.00   0.07
XYZ75.424676.272091.6356
Yxy76.27200.31000.3134
Hunter Lab87.33381.3247-1.0767
CIE-Lab89.98556.0742-6.0937

#e9dfee color RGB value is (233,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011111 11101110
Octal 351 337 356
Decimal 233 223 238
Hex E9 DF EE

RGB Percentages of Color #e9dfee

%33.57
%32.13
%34.29

CMYK Percentages of Color #e9dfee

%2
%6
%0
%7

Triadic Colors of #e9dfee

#e9dfee #eee9df #dfeee9

Analogous Colors of #e9dfee

#e9dfee #eedfec #e2dfee

Monochromatic Colors of #e9dfee

#e9dfee

Complementary Color

#e9dfee #e4eedf

#e9dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dfee Color CSS Codes

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

#e9dfee Text Font Color

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

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


#e9dfee Background Color

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

This div background color is #e9dfee


#e9dfee Border Color

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

This div border color is #e9dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dfee


Comments

No comments written yet.

Please login to write comment.