Color Hex Logo

#ebeffb Color Hex

#EBEFFB
(235,239,251)
1 Favorites   0 Comments

Color spaces of #ebeffb

RGB 235239251
HSL0.630.670.95
HSV225°98°
CMYK 0.060.050.00   0.02
XYZ82.540086.3602103.5856
Yxy86.36020.30290.3169
Hunter Lab92.9302-4.0853-1.0371
CIE-Lab94.46610.8824-6.2436

#ebeffb color RGB value is (235,239,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101111 11111011
Octal 353 357 373
Decimal 235 239 251
Hex EB EF FB

RGB Percentages of Color #ebeffb

%32.41
%32.97
%34.62

CMYK Percentages of Color #ebeffb

%6
%5
%0
%2

Triadic Colors of #ebeffb

#ebeffb #fbebef #effbeb

Analogous Colors of #ebeffb

#ebeffb #efebfb #ebf7fb

Monochromatic Colors of #ebeffb

#ebeffb

Complementary Color

#ebeffb #fbf7eb

#ebeffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeffb Color CSS Codes

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

#ebeffb Text Font Color

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

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


#ebeffb Background Color

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

This div background color is #ebeffb


#ebeffb Border Color

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

This div border color is #ebeffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeffb


Comments

No comments written yet.

Please login to write comment.