Color Hex Logo

#e2beed Color Hex

#E2BEED
(226,190,237)
0 Favorites   0 Comments

Color spaces of #e2beed

RGB 226190237
HSL0.790.570.84
HSV286°20°93°
CMYK 0.050.200.00   0.07
XYZ65.063559.110188.1009
Yxy59.11010.30650.2785
Hunter Lab76.883116.5130-14.1227
CIE-Lab81.352121.0383-18.5191

#e2beed color RGB value is (226,190,237).

#e2beed hex color red value is 226, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e2beed hue: 0.79 , saturation: 0.57 and the lightness value of e2beed is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111110 11101101
Octal 342 276 355
Decimal 226 190 237
Hex E2 BE ED

RGB Percentages of Color #e2beed

%34.61
%29.10
%36.29

CMYK Percentages of Color #e2beed

%5
%20
%0
%7

Triadic Colors of #e2beed

#e2beed #ede2be #beede2

Analogous Colors of #e2beed

#e2beed #edbee1 #cbbeed

Monochromatic Colors of #e2beed

#e2beed

Complementary Color

#e2beed #c9edbe

#e2beed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2beed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2beed Color CSS Codes

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

#e2beed Text Font Color

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

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


#e2beed Background Color

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

This div background color is #e2beed


#e2beed Border Color

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

This div border color is #e2beed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2beed


Comments

No comments written yet.

Please login to write comment.