Color Hex Logo

#e5bcdd Color Hex

#E5BCDD
(229,188,221)
0 Favorites   0 Comments

Color spaces of #e5bcdd

RGB 229188221
HSL0.870.440.82
HSV312°18°90°
CMYK 0.000.180.03   0.10
XYZ63.347557.844976.2330
Yxy57.84490.32090.2930
Hunter Lab76.055815.5763-6.1890
CIE-Lab80.652520.1453-10.9502

#e5bcdd color RGB value is (229,188,221).

#e5bcdd hex color red value is 229, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e5bcdd hue: 0.87 , saturation: 0.44 and the lightness value of e5bcdd is 0.82.

The process color (four color CMYK) of #e5bcdd color hex is 0.00, 0.18, 0.03, 0.10. Web safe color of #e5bcdd is #cccccc. Color #e5bcdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111100 11011101
Octal 345 274 335
Decimal 229 188 221
Hex E5 BC DD

RGB Percentages of Color #e5bcdd

%35.89
%29.47
%34.64

CMYK Percentages of Color #e5bcdd

%0
%18
%3
%10

Triadic Colors of #e5bcdd

#e5bcdd #dde5bc #bcdde5

Analogous Colors of #e5bcdd

#e5bcdd #e5bcc9 #d9bce5

Monochromatic Colors of #e5bcdd

#e5bcdd

Complementary Color

#e5bcdd #bce5c4

#e5bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bcdd Color CSS Codes

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

#e5bcdd Text Font Color

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

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


#e5bcdd Background Color

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

This div background color is #e5bcdd


#e5bcdd Border Color

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

This div border color is #e5bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bcdd

#e5bcdd Color Palettes


Comments

No comments written yet.

Please login to write comment.