Color Hex Logo

#ebdafb Color Hex

#EBDAFB
(235,218,251)
0 Favorites   0 Comments

Color spaces of #ebdafb

RGB 235218251
HSL0.750.800.92
HSV271°13°98°
CMYK 0.060.130.00   0.02
XYZ76.744974.7700101.6539
Yxy74.77000.30310.2953
Hunter Lab86.46967.1032-9.1727
CIE-Lab89.285111.7783-13.9459

#ebdafb color RGB value is (235,218,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 11111011
Octal 353 332 373
Decimal 235 218 251
Hex EB DA FB

RGB Percentages of Color #ebdafb

%33.38
%30.97
%35.65

CMYK Percentages of Color #ebdafb

%6
%13
%0
%2

Triadic Colors of #ebdafb

#ebdafb #fbebda #dafbeb

Analogous Colors of #ebdafb

#ebdafb #fbdafb #dbdafb

Monochromatic Colors of #ebdafb

#ebdafb

Complementary Color

#ebdafb #eafbda

#ebdafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdafb Color CSS Codes

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

#ebdafb Text Font Color

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

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


#ebdafb Background Color

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

This div background color is #ebdafb


#ebdafb Border Color

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

This div border color is #ebdafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdafb


Comments

No comments written yet.

Please login to write comment.