Color Hex Logo

#e0bbec Color Hex

#E0BBEC
(224,187,236)
0 Favorites   0 Comments

Color spaces of #e0bbec

RGB 224187236
HSL0.790.560.83
HSV285°21°93°
CMYK 0.050.210.00   0.07
XYZ63.651157.444187.0899
Yxy57.44410.30570.2759
Hunter Lab75.791917.2710-15.0738
CIE-Lab80.428721.8063-19.3954

#e0bbec color RGB value is (224,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111011 11101100
Octal 340 273 354
Decimal 224 187 236
Hex E0 BB EC

RGB Percentages of Color #e0bbec

%34.62
%28.90
%36.48

CMYK Percentages of Color #e0bbec

%5
%21
%0
%7

Triadic Colors of #e0bbec

#e0bbec #ece0bb #bbece0

Analogous Colors of #e0bbec

#e0bbec #ecbbe0 #c8bbec

Monochromatic Colors of #e0bbec

#e0bbec

Complementary Color

#e0bbec #c7ecbb

#e0bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bbec Color CSS Codes

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

#e0bbec Text Font Color

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

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


#e0bbec Background Color

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

This div background color is #e0bbec


#e0bbec Border Color

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

This div border color is #e0bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bbec


Comments

No comments written yet.

Please login to write comment.