Color Hex Logo

#e9dbef Color Hex

#E9DBEF
(233,219,239)
0 Favorites   0 Comments

Color spaces of #e9dbef

RGB 233219239
HSL0.780.380.90
HSV282°94°
CMYK 0.030.080.00   0.06
XYZ74.515874.218792.0596
Yxy74.21870.30950.3082
Hunter Lab86.15033.6308-3.0517
CIE-Lab89.02578.3443-8.0392

#e9dbef color RGB value is (233,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011011 11101111
Octal 351 333 357
Decimal 233 219 239
Hex E9 DB EF

RGB Percentages of Color #e9dbef

%33.72
%31.69
%34.59

CMYK Percentages of Color #e9dbef

%3
%8
%0
%6

Triadic Colors of #e9dbef

#e9dbef #efe9db #dbefe9

Analogous Colors of #e9dbef

#e9dbef #efdbeb #dfdbef

Monochromatic Colors of #e9dbef

#e9dbef

Complementary Color

#e9dbef #e1efdb

#e9dbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dbef Color CSS Codes

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

#e9dbef Text Font Color

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

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


#e9dbef Background Color

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

This div background color is #e9dbef


#e9dbef Border Color

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

This div border color is #e9dbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dbef


Comments

No comments written yet.

Please login to write comment.