Color Hex Logo

#e2baef Color Hex

#E2BAEF
(226,186,239)
0 Favorites   0 Comments

Color spaces of #e2baef

RGB 226186239
HSL0.790.620.83
HSV285°22°94°
CMYK 0.050.220.00   0.06
XYZ64.502957.518689.3639
Yxy57.51860.30510.2721
Hunter Lab75.841019.0927-16.7730
CIE-Lab80.470423.5694-20.9255

#e2baef color RGB value is (226,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111010 11101111
Octal 342 272 357
Decimal 226 186 239
Hex E2 BA EF

RGB Percentages of Color #e2baef

%34.72
%28.57
%36.71

CMYK Percentages of Color #e2baef

%5
%22
%0
%6

Triadic Colors of #e2baef

#e2baef #efe2ba #baefe2

Analogous Colors of #e2baef

#e2baef #efbae2 #c8baef

Monochromatic Colors of #e2baef

#e2baef

Complementary Color

#e2baef #c7efba

#e2baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2baef Color CSS Codes

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

#e2baef Text Font Color

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

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


#e2baef Background Color

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

This div background color is #e2baef


#e2baef Border Color

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

This div border color is #e2baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2baef


Comments

No comments written yet.

Please login to write comment.