Color Hex Logo

#e5bdec Color Hex

#E5BDEC
(229,189,236)
0 Favorites   0 Comments

Color spaces of #e5bdec

RGB 229189236
HSL0.810.550.83
HSV291°20°93°
CMYK 0.030.200.00   0.07
XYZ65.651059.109387.3059
Yxy59.10930.30960.2787
Hunter Lab76.882617.8789-13.5104
CIE-Lab81.351622.3626-17.9575

#e5bdec color RGB value is (229,189,236).

#e5bdec hex color red value is 229, green value is 189 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e5bdec hue: 0.81 , saturation: 0.55 and the lightness value of e5bdec is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111101 11101100
Octal 345 275 354
Decimal 229 189 236
Hex E5 BD EC

RGB Percentages of Color #e5bdec

%35.02
%28.90
%36.09

CMYK Percentages of Color #e5bdec

%3
%20
%0
%7

Triadic Colors of #e5bdec

#e5bdec #ece5bd #bdece5

Analogous Colors of #e5bdec

#e5bdec #ecbddc #cebdec

Monochromatic Colors of #e5bdec

#e5bdec

Complementary Color

#e5bdec #c4ecbd

#e5bdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bdec Color CSS Codes

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

#e5bdec Text Font Color

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

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


#e5bdec Background Color

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

This div background color is #e5bdec


#e5bdec Border Color

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

This div border color is #e5bdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bdec


Comments

No comments written yet.

Please login to write comment.