Color Hex Logo

#e5beeb Color Hex

#E5BEEB
(229,190,235)
0 Favorites   0 Comments

Color spaces of #e5beeb

RGB 229190235
HSL0.810.530.83
HSV292°19°92°
CMYK 0.030.190.00   0.08
XYZ65.722059.483186.6147
Yxy59.48310.31030.2808
Hunter Lab77.125317.1388-12.5973
CIE-Lab81.556421.6392-17.1128

#e5beeb color RGB value is (229,190,235).

#e5beeb hex color red value is 229, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e5beeb hue: 0.81 , saturation: 0.53 and the lightness value of e5beeb is 0.83.

The process color (four color CMYK) of #e5beeb color hex is 0.03, 0.19, 0.00, 0.08. Web safe color of #e5beeb is #ccccff. Color #e5beeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111110 11101011
Octal 345 276 353
Decimal 229 190 235
Hex E5 BE EB

RGB Percentages of Color #e5beeb

%35.02
%29.05
%35.93

CMYK Percentages of Color #e5beeb

%3
%19
%0
%8

Triadic Colors of #e5beeb

#e5beeb #ebe5be #beebe5

Analogous Colors of #e5beeb

#e5beeb #ebbedb #cfbeeb

Monochromatic Colors of #e5beeb

#e5beeb

Complementary Color

#e5beeb #c4ebbe

#e5beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5beeb Color CSS Codes

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

#e5beeb Text Font Color

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

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


#e5beeb Background Color

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

This div background color is #e5beeb


#e5beeb Border Color

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

This div border color is #e5beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5beeb


Comments

No comments written yet.

Please login to write comment.