Color Hex Logo

#ebcefb Color Hex

#EBCEFB
(235,206,251)
0 Favorites   0 Comments

Color spaces of #ebcefb

RGB 235206251
HSL0.770.850.90
HSV279°18°98°
CMYK 0.060.180.00   0.02
XYZ73.744868.7698100.6539
Yxy68.76980.30330.2828
Hunter Lab82.927613.6111-13.9144
CIE-Lab86.389918.1099-18.2946

#ebcefb color RGB value is (235,206,251).

#ebcefb hex color red value is 235, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ebcefb hue: 0.77 , saturation: 0.85 and the lightness value of ebcefb is 0.90.

The process color (four color CMYK) of #ebcefb color hex is 0.06, 0.18, 0.00, 0.02. Web safe color of #ebcefb is #ffccff. Color #ebcefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 11111011
Octal 353 316 373
Decimal 235 206 251
Hex EB CE FB

RGB Percentages of Color #ebcefb

%33.96
%29.77
%36.27

CMYK Percentages of Color #ebcefb

%6
%18
%0
%2

Triadic Colors of #ebcefb

#ebcefb #fbebce #cefbeb

Analogous Colors of #ebcefb

#ebcefb #fbcef5 #d5cefb

Monochromatic Colors of #ebcefb

#ebcefb

Complementary Color

#ebcefb #defbce

#ebcefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcefb Color CSS Codes

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

#ebcefb Text Font Color

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

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


#ebcefb Background Color

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

This div background color is #ebcefb


#ebcefb Border Color

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

This div border color is #ebcefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcefb


Comments

No comments written yet.

Please login to write comment.