Color Hex Logo

#ebcefa Color Hex

#EBCEFA
(235,206,250)
0 Favorites   0 Comments

Color spaces of #ebcefa

RGB 235206250
HSL0.780.810.89
HSV280°18°98°
CMYK 0.060.180.00   0.02
XYZ73.587668.706999.8258
Yxy68.70690.30390.2838
Hunter Lab82.889613.4116-13.3815
CIE-Lab86.358717.9178-17.8127

#ebcefa color RGB value is (235,206,250).

#ebcefa hex color red value is 235, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ebcefa hue: 0.78 , saturation: 0.81 and the lightness value of ebcefa is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 11111010
Octal 353 316 372
Decimal 235 206 250
Hex EB CE FA

RGB Percentages of Color #ebcefa

%34.01
%29.81
%36.18

CMYK Percentages of Color #ebcefa

%6
%18
%0
%2

Triadic Colors of #ebcefa

#ebcefa #faebce #cefaeb

Analogous Colors of #ebcefa

#ebcefa #facef3 #d5cefa

Monochromatic Colors of #ebcefa

#ebcefa

Complementary Color

#ebcefa #ddface

#ebcefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcefa Color CSS Codes

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

#ebcefa Text Font Color

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

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


#ebcefa Background Color

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

This div background color is #ebcefa


#ebcefa Border Color

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

This div border color is #ebcefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcefa


Comments

No comments written yet.

Please login to write comment.