Color Hex Logo

#ebabfb Color Hex

#EBABFB
(235,171,251)
0 Favorites   0 Comments

Color spaces of #ebabfb

RGB 235171251
HSL0.800.910.83
HSV288°32°98°
CMYK 0.060.320.00   0.02
XYZ66.236453.753098.1511
Yxy53.75300.30360.2464
Hunter Lab73.316432.9588-28.0519
CIE-Lab78.317536.7506-30.5842

#ebabfb color RGB value is (235,171,251).

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

The process color (four color CMYK) of #ebabfb color hex is 0.06, 0.32, 0.00, 0.02. Web safe color of #ebabfb is #ff99ff. Color #ebabfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 11111011
Octal 353 253 373
Decimal 235 171 251
Hex EB AB FB

RGB Percentages of Color #ebabfb

%35.77
%26.03
%38.20

CMYK Percentages of Color #ebabfb

%6
%32
%0
%2

Triadic Colors of #ebabfb

#ebabfb #fbebab #abfbeb

Analogous Colors of #ebabfb

#ebabfb #fbabe3 #c3abfb

Monochromatic Colors of #ebabfb

#ebabfb

Complementary Color

#ebabfb #bbfbab

#ebabfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebabfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebabfb Color CSS Codes

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

#ebabfb Text Font Color

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

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


#ebabfb Background Color

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

This div background color is #ebabfb


#ebabfb Border Color

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

This div border color is #ebabfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebabfb


Comments

No comments written yet.

Please login to write comment.