Color Hex Logo

#ebbbfb Color Hex

#EBBBFB
(235,187,251)
0 Favorites   0 Comments

Color spaces of #ebbbfb

RGB 235187251
HSL0.790.890.86
HSV285°25°98°
CMYK 0.060.250.00   0.02
XYZ69.443960.167999.2203
Yxy60.16790.30350.2629
Hunter Lab77.568024.0609-21.5426
CIE-Lab81.929428.2252-25.0558

#ebbbfb color RGB value is (235,187,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 11111011
Octal 353 273 373
Decimal 235 187 251
Hex EB BB FB

RGB Percentages of Color #ebbbfb

%34.92
%27.79
%37.30

CMYK Percentages of Color #ebbbfb

%6
%25
%0
%2

Triadic Colors of #ebbbfb

#ebbbfb #fbebbb #bbfbeb

Analogous Colors of #ebbbfb

#ebbbfb #fbbbeb #cbbbfb

Monochromatic Colors of #ebbbfb

#ebbbfb

Complementary Color

#ebbbfb #cbfbbb

#ebbbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbbfb Color CSS Codes

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

#ebbbfb Text Font Color

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

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


#ebbbfb Background Color

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

This div background color is #ebbbfb


#ebbbfb Border Color

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

This div border color is #ebbbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbbfb


Comments

No comments written yet.

Please login to write comment.