Color Hex Logo

#e4bade Color Hex

#E4BADE
(228,186,222)
0 Favorites   0 Comments

Color spaces of #e4bade

RGB 228186222
HSL0.860.440.81
HSV309°18°89°
CMYK 0.000.180.03   0.11
XYZ62.738656.885776.7806
Yxy56.88570.31940.2896
Hunter Lab75.422616.4916-7.5617
CIE-Lab80.115321.0570-12.3006

#e4bade color RGB value is (228,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111010 11011110
Octal 344 272 336
Decimal 228 186 222
Hex E4 BA DE

RGB Percentages of Color #e4bade

%35.85
%29.25
%34.91

CMYK Percentages of Color #e4bade

%0
%18
%3
%11

Triadic Colors of #e4bade

#e4bade #dee4ba #badee4

Analogous Colors of #e4bade

#e4bade #e4bac9 #d5bae4

Monochromatic Colors of #e4bade

#e4bade

Complementary Color

#e4bade #bae4c0

#e4bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bade Color CSS Codes

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

#e4bade Text Font Color

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

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


#e4bade Background Color

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

This div background color is #e4bade


#e4bade Border Color

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

This div border color is #e4bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bade


Comments

No comments written yet.

Please login to write comment.