Color Hex Logo

#ebbbec Color Hex

#EBBBEC
(235,187,236)
0 Favorites   0 Comments

Color spaces of #ebbbec

RGB 235187236
HSL0.830.560.83
HSV299°21°93°
CMYK 0.000.210.00   0.07
XYZ67.171659.258987.2547
Yxy59.25890.31430.2773
Hunter Lab76.979821.0422-13.3179
CIE-Lab81.433725.3953-17.7797

#ebbbec color RGB value is (235,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 11101100
Octal 353 273 354
Decimal 235 187 236
Hex EB BB EC

RGB Percentages of Color #ebbbec

%35.71
%28.42
%35.87

CMYK Percentages of Color #ebbbec

%0
%21
%0
%7

Triadic Colors of #ebbbec

#ebbbec #ecebbb #bbeceb

Analogous Colors of #ebbbec

#ebbbec #ecbbd5 #d3bbec

Monochromatic Colors of #ebbbec

#ebbbec

Complementary Color

#ebbbec #bcecbb

#ebbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbbec Color CSS Codes

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

#ebbbec Text Font Color

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

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


#ebbbec Background Color

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

This div background color is #ebbbec


#ebbbec Border Color

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

This div border color is #ebbbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbbec


Comments

No comments written yet.

Please login to write comment.