Color Hex Logo

#e5badd Color Hex

#E5BADD
(229,186,221)
0 Favorites   0 Comments

Color spaces of #e5badd

RGB 229186221
HSL0.860.450.81
HSV311°19°90°
CMYK 0.000.190.03   0.10
XYZ62.923156.996376.0916
Yxy56.99630.32100.2908
Hunter Lab75.495916.6555-6.9107
CIE-Lab80.177521.2150-11.6592

#e5badd color RGB value is (229,186,221).

#e5badd hex color red value is 229, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e5badd hue: 0.86 , saturation: 0.45 and the lightness value of e5badd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111010 11011101
Octal 345 272 335
Decimal 229 186 221
Hex E5 BA DD

RGB Percentages of Color #e5badd

%36.01
%29.25
%34.75

CMYK Percentages of Color #e5badd

%0
%19
%3
%10

Triadic Colors of #e5badd

#e5badd #dde5ba #badde5

Analogous Colors of #e5badd

#e5badd #e5bac8 #d8bae5

Monochromatic Colors of #e5badd

#e5badd

Complementary Color

#e5badd #bae5c2

#e5badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5badd Color CSS Codes

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

#e5badd Text Font Color

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

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


#e5badd Background Color

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

This div background color is #e5badd


#e5badd Border Color

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

This div border color is #e5badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5badd


Comments

No comments written yet.

Please login to write comment.