Color Hex Logo

#ebd9fe Color Hex

#EBD9FE
(235,217,254)
0 Favorites   0 Comments

Color spaces of #ebd9fe

RGB 235217254
HSL0.750.950.92
HSV269°15°100°
CMYK 0.070.150.00   0.00
XYZ76.963274.4436104.0786
Yxy74.44360.30120.2914
Hunter Lab86.28078.2324-11.1238
CIE-Lab89.131712.8807-15.7524

#ebd9fe color RGB value is (235,217,254).

#ebd9fe hex color red value is 235, green value is 217 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ebd9fe hue: 0.75 , saturation: 0.95 and the lightness value of ebd9fe is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 11111110
Octal 353 331 376
Decimal 235 217 254
Hex EB D9 FE

RGB Percentages of Color #ebd9fe

%33.29
%30.74
%35.98

CMYK Percentages of Color #ebd9fe

%7
%15
%0
%0

Triadic Colors of #ebd9fe

#ebd9fe #feebd9 #d9feeb

Analogous Colors of #ebd9fe

#ebd9fe #fed9fe #d9dafe

Monochromatic Colors of #ebd9fe

#ebd9fe

Complementary Color

#ebd9fe #ecfed9

#ebd9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd9fe Color CSS Codes

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

#ebd9fe Text Font Color

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

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


#ebd9fe Background Color

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

This div background color is #ebd9fe


#ebd9fe Border Color

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

This div border color is #ebd9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd9fe

Related Colors


Comments

No comments written yet.

Please login to write comment.