Color Hex Logo

#ebc2fe Color Hex

#EBC2FE
(235,194,254)
0 Favorites   0 Comments

Color spaces of #ebc2fe

RGB 235194254
HSL0.780.970.88
HSV281°24°100°
CMYK 0.070.240.00   0.00
XYZ71.442163.4015102.2382
Yxy63.40150.30130.2674
Hunter Lab79.625120.8119-20.3905
CIE-Lab83.653225.0735-24.0300

#ebc2fe color RGB value is (235,194,254).

#ebc2fe hex color red value is 235, green value is 194 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ebc2fe hue: 0.78 , saturation: 0.97 and the lightness value of ebc2fe is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 11111110
Octal 353 302 376
Decimal 235 194 254
Hex EB C2 FE

RGB Percentages of Color #ebc2fe

%34.41
%28.40
%37.19

CMYK Percentages of Color #ebc2fe

%7
%24
%0
%0

Triadic Colors of #ebc2fe

#ebc2fe #feebc2 #c2feeb

Analogous Colors of #ebc2fe

#ebc2fe #fec2f3 #cdc2fe

Monochromatic Colors of #ebc2fe

#ebc2fe

Complementary Color

#ebc2fe #d5fec2

#ebc2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc2fe Color CSS Codes

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

#ebc2fe Text Font Color

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

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


#ebc2fe Background Color

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

This div background color is #ebc2fe


#ebc2fe Border Color

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

This div border color is #ebc2fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc2fe


Comments

No comments written yet.

Please login to write comment.