Color Hex Logo

#fbeffe Color Hex

#FBEFFE
(251,239,254)
0 Favorites   0 Comments

Color spaces of #fbeffe

RGB 251239254
HSL0.800.880.97
HSV288°100°
CMYK 0.010.060.00   0.00
XYZ88.539689.3980106.3549
Yxy89.39800.31140.3145
Hunter Lab94.55051.6887-0.5068
CIE-Lab95.74656.6524-5.7736

#fbeffe color RGB value is (251,239,254).

#fbeffe hex color red value is 251, green value is 239 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fbeffe hue: 0.80 , saturation: 0.88 and the lightness value of fbeffe is 0.97.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 11111110
Octal 373 357 376
Decimal 251 239 254
Hex FB EF FE

RGB Percentages of Color #fbeffe

%33.74
%32.12
%34.14

CMYK Percentages of Color #fbeffe

%1
%6
%0
%0

Triadic Colors of #fbeffe

#fbeffe #fefbef #effefb

Analogous Colors of #fbeffe

#fbeffe #feeffa #f4effe

Monochromatic Colors of #fbeffe

#fbeffe

Complementary Color

#fbeffe #f2feef

#fbeffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeffe Color CSS Codes

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

#fbeffe Text Font Color

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

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


#fbeffe Background Color

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

This div background color is #fbeffe


#fbeffe Border Color

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

This div border color is #fbeffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,239,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbeffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeffe

Related Colors

#fbeffe Color Palettes


Comments

No comments written yet.

Please login to write comment.