Color Hex Logo

#e7bade Color Hex

#E7BADE
(231,186,222)
0 Favorites   0 Comments

Color spaces of #e7bade

RGB 231186222
HSL0.870.480.82
HSV312°19°91°
CMYK 0.000.190.04   0.09
XYZ63.698757.380776.8255
Yxy57.38070.32190.2899
Hunter Lab75.750017.5392-7.1067
CIE-Lab80.393222.0683-11.8560

#e7bade color RGB value is (231,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111010 11011110
Octal 347 272 336
Decimal 231 186 222
Hex E7 BA DE

RGB Percentages of Color #e7bade

%36.15
%29.11
%34.74

CMYK Percentages of Color #e7bade

%0
%19
%4
%9

Triadic Colors of #e7bade

#e7bade #dee7ba #badee7

Analogous Colors of #e7bade

#e7bade #e7bac8 #dabae7

Monochromatic Colors of #e7bade

#e7bade

Complementary Color

#e7bade #bae7c3

#e7bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bade Color CSS Codes

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

#e7bade Text Font Color

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

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


#e7bade Background Color

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

This div background color is #e7bade


#e7bade Border Color

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

This div border color is #e7bade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,186,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bade


Comments

No comments written yet.

Please login to write comment.