Color Hex Logo

#e3bade Color Hex

#E3BADE
(227,186,222)
0 Favorites   0 Comments

Color spaces of #e3bade

RGB 227186222
HSL0.850.420.81
HSV307°18°89°
CMYK 0.000.180.02   0.11
XYZ62.422356.722676.7658
Yxy56.72260.31860.2895
Hunter Lab75.314416.1447-7.7125
CIE-Lab80.023320.7205-12.4477

#e3bade color RGB value is (227,186,222).

#e3bade hex color red value is 227, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e3bade hue: 0.85 , saturation: 0.42 and the lightness value of e3bade is 0.81.

The process color (four color CMYK) of #e3bade color hex is 0.00, 0.18, 0.02, 0.11. Web safe color of #e3bade is #cccccc. Color #e3bade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111010 11011110
Octal 343 272 336
Decimal 227 186 222
Hex E3 BA DE

RGB Percentages of Color #e3bade

%35.75
%29.29
%34.96

CMYK Percentages of Color #e3bade

%0
%18
%2
%11

Triadic Colors of #e3bade

#e3bade #dee3ba #badee3

Analogous Colors of #e3bade

#e3bade #e3baca #d4bae3

Monochromatic Colors of #e3bade

#e3bade

Complementary Color

#e3bade #bae3bf

#e3bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bade Color CSS Codes

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

#e3bade Text Font Color

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

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


#e3bade Background Color

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

This div background color is #e3bade


#e3bade Border Color

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

This div border color is #e3bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bade


Comments

No comments written yet.

Please login to write comment.