Color Hex Logo

#ebeefb Color Hex

#EBEEFB
(235,238,251)
0 Favorites   0 Comments

Color spaces of #ebeefb

RGB 235238251
HSL0.640.670.95
HSV229°98°
CMYK 0.060.050.00   0.02
XYZ82.248185.7763103.4883
Yxy85.77630.30290.3159
Hunter Lab92.6155-3.5584-1.4196
CIE-Lab94.21661.3950-6.6122

#ebeefb color RGB value is (235,238,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 11111011
Octal 353 356 373
Decimal 235 238 251
Hex EB EE FB

RGB Percentages of Color #ebeefb

%32.46
%32.87
%34.67

CMYK Percentages of Color #ebeefb

%6
%5
%0
%2

Triadic Colors of #ebeefb

#ebeefb #fbebee #eefbeb

Analogous Colors of #ebeefb

#ebeefb #f0ebfb #ebf6fb

Monochromatic Colors of #ebeefb

#ebeefb

Complementary Color

#ebeefb #fbf8eb

#ebeefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeefb Color CSS Codes

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

#ebeefb Text Font Color

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

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


#ebeefb Background Color

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

This div background color is #ebeefb


#ebeefb Border Color

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

This div border color is #ebeefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeefb

Related Colors

#ebeefb Color Palettes


Comments

No comments written yet.

Please login to write comment.