Color Hex Logo

#ebeafb Color Hex

#EBEAFB
(235,234,251)
0 Favorites   0 Comments

Color spaces of #ebeafb

RGB 235234251
HSL0.680.680.95
HSV244°98°
CMYK 0.060.070.00   0.02
XYZ81.096483.4728103.1044
Yxy83.47280.30300.3118
Hunter Lab91.3635-1.4451-2.9548
CIE-Lab93.22103.4519-8.0852

#ebeafb color RGB value is (235,234,251).

#ebeafb hex color red value is 235, green value is 234 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ebeafb hue: 0.68 , saturation: 0.68 and the lightness value of ebeafb is 0.95.

The process color (four color CMYK) of #ebeafb color hex is 0.06, 0.07, 0.00, 0.02. Web safe color of #ebeafb is #ffffff. Color #ebeafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 11111011
Octal 353 352 373
Decimal 235 234 251
Hex EB EA FB

RGB Percentages of Color #ebeafb

%32.64
%32.50
%34.86

CMYK Percentages of Color #ebeafb

%6
%7
%0
%2

Triadic Colors of #ebeafb

#ebeafb #fbebea #eafbeb

Analogous Colors of #ebeafb

#ebeafb #f4eafb #eaf2fb

Monochromatic Colors of #ebeafb

#ebeafb

Complementary Color

#ebeafb #fafbea

#ebeafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeafb Color CSS Codes

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

#ebeafb Text Font Color

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

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


#ebeafb Background Color

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

This div background color is #ebeafb


#ebeafb Border Color

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

This div border color is #ebeafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeafb


Comments

No comments written yet.

Please login to write comment.