Color Hex Logo

#ebd5fb Color Hex

#EBD5FB
(235,213,251)
2 Favorites   0 Comments

Color spaces of #ebd5fb

RGB 235213251
HSL0.760.830.91
HSV275°15°98°
CMYK 0.060.150.00   0.02
XYZ75.467872.2157101.2282
Yxy72.21570.30320.2901
Hunter Lab84.97989.8053-11.1405
CIE-Lab88.072314.4090-15.7638

#ebd5fb color RGB value is (235,213,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010101 11111011
Octal 353 325 373
Decimal 235 213 251
Hex EB D5 FB

RGB Percentages of Color #ebd5fb

%33.62
%30.47
%35.91

CMYK Percentages of Color #ebd5fb

%6
%15
%0
%2

Triadic Colors of #ebd5fb

#ebd5fb #fbebd5 #d5fbeb

Analogous Colors of #ebd5fb

#ebd5fb #fbd5f8 #d8d5fb

Monochromatic Colors of #ebd5fb

#ebd5fb

Complementary Color

#ebd5fb #e5fbd5

#ebd5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd5fb Color CSS Codes

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

#ebd5fb Text Font Color

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

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


#ebd5fb Background Color

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

This div background color is #ebd5fb


#ebd5fb Border Color

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

This div border color is #ebd5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd5fb


Comments

No comments written yet.

Please login to write comment.