Color Hex Logo

#ebbfec Color Hex

#EBBFEC
(235,191,236)
0 Favorites   0 Comments

Color spaces of #ebbfec

RGB 235191236
HSL0.830.540.84
HSV299°19°93°
CMYK 0.000.190.00   0.07
XYZ68.032160.979987.5415
Yxy60.97990.31420.2816
Hunter Lab78.089618.8533-11.8036
CIE-Lab82.367923.2621-16.3723

#ebbfec color RGB value is (235,191,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 11101100
Octal 353 277 354
Decimal 235 191 236
Hex EB BF EC

RGB Percentages of Color #ebbfec

%35.50
%28.85
%35.65

CMYK Percentages of Color #ebbfec

%0
%19
%0
%7

Triadic Colors of #ebbfec

#ebbfec #ecebbf #bfeceb

Analogous Colors of #ebbfec

#ebbfec #ecbfd7 #d5bfec

Monochromatic Colors of #ebbfec

#ebbfec

Complementary Color

#ebbfec #c0ecbf

#ebbfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfec Color CSS Codes

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

#ebbfec Text Font Color

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

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


#ebbfec Background Color

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

This div background color is #ebbfec


#ebbfec Border Color

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

This div border color is #ebbfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfec


Comments

No comments written yet.

Please login to write comment.