Color Hex Logo

#ebbafb Color Hex

#EBBAFB
(235,186,251)
0 Favorites   0 Comments

Color spaces of #ebbafb

RGB 235186251
HSL0.790.890.86
HSV285°26°98°
CMYK 0.060.260.00   0.02
XYZ69.232459.745099.1498
Yxy59.74500.30350.2619
Hunter Lab77.294924.6149-21.9477
CIE-Lab81.699428.7588-25.4064

#ebbafb color RGB value is (235,186,251).

#ebbafb hex color red value is 235, green value is 186 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ebbafb hue: 0.79 , saturation: 0.89 and the lightness value of ebbafb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11111011
Octal 353 272 373
Decimal 235 186 251
Hex EB BA FB

RGB Percentages of Color #ebbafb

%34.97
%27.68
%37.35

CMYK Percentages of Color #ebbafb

%6
%26
%0
%2

Triadic Colors of #ebbafb

#ebbafb #fbebba #bafbeb

Analogous Colors of #ebbafb

#ebbafb #fbbaeb #cbbafb

Monochromatic Colors of #ebbafb

#ebbafb

Complementary Color

#ebbafb #cafbba

#ebbafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbafb Color CSS Codes

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

#ebbafb Text Font Color

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

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


#ebbafb Background Color

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

This div background color is #ebbafb


#ebbafb Border Color

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

This div border color is #ebbafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbafb


Comments

No comments written yet.

Please login to write comment.