Color Hex Logo

#e4baee Color Hex

#E4BAEE
(228,186,238)
0 Favorites   0 Comments

Color spaces of #e4baee

RGB 228186238
HSL0.800.600.83
HSV288°22°93°
CMYK 0.040.220.00   0.07
XYZ64.986457.784888.6174
Yxy57.78480.30740.2734
Hunter Lab76.016319.5712-15.9070
CIE-Lab80.619024.0240-20.1465

#e4baee color RGB value is (228,186,238).

#e4baee hex color red value is 228, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e4baee hue: 0.80 , saturation: 0.60 and the lightness value of e4baee is 0.83.

The process color (four color CMYK) of #e4baee color hex is 0.04, 0.22, 0.00, 0.07. Web safe color of #e4baee is #ccccff. Color #e4baee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111010 11101110
Octal 344 272 356
Decimal 228 186 238
Hex E4 BA EE

RGB Percentages of Color #e4baee

%34.97
%28.53
%36.50

CMYK Percentages of Color #e4baee

%4
%22
%0
%7

Triadic Colors of #e4baee

#e4baee #eee4ba #baeee4

Analogous Colors of #e4baee

#e4baee #eebade #cabaee

Monochromatic Colors of #e4baee

#e4baee

Complementary Color

#e4baee #c4eeba

#e4baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4baee Color CSS Codes

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

#e4baee Text Font Color

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

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


#e4baee Background Color

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

This div background color is #e4baee


#e4baee Border Color

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

This div border color is #e4baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4baee


Comments

No comments written yet.

Please login to write comment.