Color Hex Logo

#e9bdee Color Hex

#E9BDEE
(233,189,238)
0 Favorites   0 Comments

Color spaces of #e9bdee

RGB 233189238
HSL0.820.590.84
HSV294°21°93°
CMYK 0.020.210.00   0.07
XYZ67.234559.891988.9056
Yxy59.89190.31120.2772
Hunter Lab77.389919.6444-13.9396
CIE-Lab81.779424.0441-18.3480

#e9bdee color RGB value is (233,189,238).

#e9bdee hex color red value is 233, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e9bdee hue: 0.82 , saturation: 0.59 and the lightness value of e9bdee is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111101 11101110
Octal 351 275 356
Decimal 233 189 238
Hex E9 BD EE

RGB Percentages of Color #e9bdee

%35.30
%28.64
%36.06

CMYK Percentages of Color #e9bdee

%2
%21
%0
%7

Triadic Colors of #e9bdee

#e9bdee #eee9bd #bdeee9

Analogous Colors of #e9bdee

#e9bdee #eebddb #d1bdee

Monochromatic Colors of #e9bdee

#e9bdee

Complementary Color

#e9bdee #c2eebd

#e9bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bdee Color CSS Codes

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

#e9bdee Text Font Color

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

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


#e9bdee Background Color

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

This div background color is #e9bdee


#e9bdee Border Color

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

This div border color is #e9bdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bdee

Related Colors


Comments

No comments written yet.

Please login to write comment.