Color Hex Logo

#e7badd Color Hex

#E7BADD
(231,186,221)
0 Favorites   0 Comments

Color spaces of #e7badd

RGB 231186221
HSL0.870.480.82
HSV313°19°91°
CMYK 0.000.190.04   0.09
XYZ63.565057.327276.1216
Yxy57.32720.32260.2910
Hunter Lab75.714717.3558-6.6083
CIE-Lab80.363321.8911-11.3622

#e7badd color RGB value is (231,186,221).

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

The process color (four color CMYK) of #e7badd color hex is 0.00, 0.19, 0.04, 0.09. Web safe color of #e7badd is #ffcccc. Color #e7badd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111010 11011101
Octal 347 272 335
Decimal 231 186 221
Hex E7 BA DD

RGB Percentages of Color #e7badd

%36.21
%29.15
%34.64

CMYK Percentages of Color #e7badd

%0
%19
%4
%9

Triadic Colors of #e7badd

#e7badd #dde7ba #badde7

Analogous Colors of #e7badd

#e7badd #e7bac7 #dbbae7

Monochromatic Colors of #e7badd

#e7badd

Complementary Color

#e7badd #bae7c4

#e7badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7badd Color CSS Codes

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

#e7badd Text Font Color

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

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


#e7badd Background Color

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

This div background color is #e7badd


#e7badd Border Color

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

This div border color is #e7badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7badd


Comments

No comments written yet.

Please login to write comment.