Color Hex Logo

#e2baee Color Hex

#E2BAEE
(226,186,238)
0 Favorites   0 Comments

Color spaces of #e2baee

RGB 226186238
HSL0.790.600.83
HSV286°22°93°
CMYK 0.050.220.00   0.07
XYZ64.355657.459688.5878
Yxy57.45960.30590.2731
Hunter Lab75.802118.8919-16.2291
CIE-Lab80.437423.3769-20.4388

#e2baee color RGB value is (226,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111010 11101110
Octal 342 272 356
Decimal 226 186 238
Hex E2 BA EE

RGB Percentages of Color #e2baee

%34.77
%28.62
%36.62

CMYK Percentages of Color #e2baee

%5
%22
%0
%7

Triadic Colors of #e2baee

#e2baee #eee2ba #baeee2

Analogous Colors of #e2baee

#e2baee #eebae0 #c8baee

Monochromatic Colors of #e2baee

#e2baee

Complementary Color

#e2baee #c6eeba

#e2baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2baee Color CSS Codes

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

#e2baee Text Font Color

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

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


#e2baee Background Color

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

This div background color is #e2baee


#e2baee Border Color

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

This div border color is #e2baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2baee


Comments

No comments written yet.

Please login to write comment.