Color Hex Logo

#ebdbfb Color Hex

#EBDBFB
(235,219,251)
0 Favorites   0 Comments

Color spaces of #ebdbfb

RGB 235219251
HSL0.750.800.92
HSV270°13°98°
CMYK 0.060.130.00   0.02
XYZ77.005175.2902101.7407
Yxy75.29020.30310.2964
Hunter Lab86.76996.5648-8.7806
CIE-Lab89.528811.2539-13.5815

#ebdbfb color RGB value is (235,219,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 11111011
Octal 353 333 373
Decimal 235 219 251
Hex EB DB FB

RGB Percentages of Color #ebdbfb

%33.33
%31.06
%35.60

CMYK Percentages of Color #ebdbfb

%6
%13
%0
%2

Triadic Colors of #ebdbfb

#ebdbfb #fbebdb #dbfbeb

Analogous Colors of #ebdbfb

#ebdbfb #fbdbfb #dbdbfb

Monochromatic Colors of #ebdbfb

#ebdbfb

Complementary Color

#ebdbfb #ebfbdb

#ebdbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbfb Color CSS Codes

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

#ebdbfb Text Font Color

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

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


#ebdbfb Background Color

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

This div background color is #ebdbfb


#ebdbfb Border Color

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

This div border color is #ebdbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbfb

#ebdbfb Color Palettes


Comments

No comments written yet.

Please login to write comment.