Color Hex Logo

#ebd4fe Color Hex

#EBD4FE
(235,212,254)
0 Favorites   0 Comments

Color spaces of #ebd4fe

RGB 235212254
HSL0.760.950.91
HSV273°17°100°
CMYK 0.070.170.00   0.00
XYZ75.693871.9049103.6555
Yxy71.90490.30130.2862
Hunter Lab84.796810.9436-13.1183
CIE-Lab87.922815.5152-17.5695

#ebd4fe color RGB value is (235,212,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 11111110
Octal 353 324 376
Decimal 235 212 254
Hex EB D4 FE

RGB Percentages of Color #ebd4fe

%33.52
%30.24
%36.23

CMYK Percentages of Color #ebd4fe

%7
%17
%0
%0

Triadic Colors of #ebd4fe

#ebd4fe #feebd4 #d4feeb

Analogous Colors of #ebd4fe

#ebd4fe #fed4fc #d6d4fe

Monochromatic Colors of #ebd4fe

#ebd4fe

Complementary Color

#ebd4fe #e7fed4

#ebd4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd4fe Color CSS Codes

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

#ebd4fe Text Font Color

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

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


#ebd4fe Background Color

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

This div background color is #ebd4fe


#ebd4fe Border Color

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

This div border color is #ebd4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd4fe

Related Colors


Comments

No comments written yet.

Please login to write comment.