Color Hex Logo

#e4bbec Color Hex

#E4BBEC
(228,187,236)
0 Favorites   0 Comments

Color spaces of #e4bbec

RGB 228187236
HSL0.810.560.83
HSV290°21°93°
CMYK 0.030.210.00   0.07
XYZ64.905658.090887.1486
Yxy58.09080.30890.2764
Hunter Lab76.217318.6278-14.4414
CIE-Lab80.789223.1076-18.8155

#e4bbec color RGB value is (228,187,236).

#e4bbec hex color red value is 228, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e4bbec hue: 0.81 , saturation: 0.56 and the lightness value of e4bbec is 0.83.

The process color (four color CMYK) of #e4bbec color hex is 0.03, 0.21, 0.00, 0.07. Web safe color of #e4bbec is #ccccff. Color #e4bbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111011 11101100
Octal 344 273 354
Decimal 228 187 236
Hex E4 BB EC

RGB Percentages of Color #e4bbec

%35.02
%28.73
%36.25

CMYK Percentages of Color #e4bbec

%3
%21
%0
%7

Triadic Colors of #e4bbec

#e4bbec #ece4bb #bbece4

Analogous Colors of #e4bbec

#e4bbec #ecbbdc #ccbbec

Monochromatic Colors of #e4bbec

#e4bbec

Complementary Color

#e4bbec #c3ecbb

#e4bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bbec Color CSS Codes

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

#e4bbec Text Font Color

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

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


#e4bbec Background Color

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

This div background color is #e4bbec


#e4bbec Border Color

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

This div border color is #e4bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bbec


Comments

No comments written yet.

Please login to write comment.