Color Hex Logo

#e4bded Color Hex

#E4BDED
(228,189,237)
0 Favorites   0 Comments

Color spaces of #e4bded

RGB 228189237
HSL0.800.570.84
HSV289°20°93°
CMYK 0.040.200.00   0.07
XYZ65.478659.003688.0585
Yxy59.00360.30810.2776
Hunter Lab76.813817.7351-14.1997
CIE-Lab81.293622.2257-18.5900

#e4bded color RGB value is (228,189,237).

#e4bded hex color red value is 228, green value is 189 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e4bded hue: 0.80 , saturation: 0.57 and the lightness value of e4bded is 0.84.

The process color (four color CMYK) of #e4bded color hex is 0.04, 0.20, 0.00, 0.07. Web safe color of #e4bded is #ccccff. Color #e4bded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111101 11101101
Octal 344 275 355
Decimal 228 189 237
Hex E4 BD ED

RGB Percentages of Color #e4bded

%34.86
%28.90
%36.24

CMYK Percentages of Color #e4bded

%4
%20
%0
%7

Triadic Colors of #e4bded

#e4bded #ede4bd #bdede4

Analogous Colors of #e4bded

#e4bded #edbdde #ccbded

Monochromatic Colors of #e4bded

#e4bded

Complementary Color

#e4bded #c6edbd

#e4bded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bded Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bded Color CSS Codes

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

#e4bded Text Font Color

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

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


#e4bded Background Color

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

This div background color is #e4bded


#e4bded Border Color

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

This div border color is #e4bded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,189,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bded


Comments

No comments written yet.

Please login to write comment.