Color Hex Logo

#ebaafb Color Hex

#EBAAFB
(235,170,251)
0 Favorites   0 Comments

Color spaces of #ebaafb

RGB 235170251
HSL0.800.910.83
HSV288°32°98°
CMYK 0.060.320.00   0.02
XYZ66.048353.376798.0884
Yxy53.37670.30370.2454
Hunter Lab73.059433.5166-28.4603
CIE-Lab78.096937.2815-30.9234

#ebaafb color RGB value is (235,170,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101010 11111011
Octal 353 252 373
Decimal 235 170 251
Hex EB AA FB

RGB Percentages of Color #ebaafb

%35.82
%25.91
%38.26

CMYK Percentages of Color #ebaafb

%6
%32
%0
%2

Triadic Colors of #ebaafb

#ebaafb #fbebaa #aafbeb

Analogous Colors of #ebaafb

#ebaafb #fbaae3 #c3aafb

Monochromatic Colors of #ebaafb

#ebaafb

Complementary Color

#ebaafb #bafbaa

#ebaafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaafb Color CSS Codes

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

#ebaafb Text Font Color

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

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


#ebaafb Background Color

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

This div background color is #ebaafb


#ebaafb Border Color

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

This div border color is #ebaafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaafb

Related Colors


Comments

No comments written yet.

Please login to write comment.