Color Hex Logo

#fbefff Color Hex

#FBEFFF
(251,239,255)
0 Favorites   0 Comments

Color spaces of #fbefff

RGB 251239255
HSL0.791.000.97
HSV285°100°
CMYK 0.020.060.00   0.00
XYZ88.700289.4622107.2007
Yxy89.46220.31080.3135
Hunter Lab94.58451.8724-0.9893
CIE-Lab95.77326.8322-6.2521

#fbefff color RGB value is (251,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 11111111
Octal 373 357 377
Decimal 251 239 255
Hex FB EF FF

RGB Percentages of Color #fbefff

%33.69
%32.08
%34.23

CMYK Percentages of Color #fbefff

%2
%6
%0
%0

Triadic Colors of #fbefff

#fbefff #fffbef #effffb

Analogous Colors of #fbefff

#fbefff #ffeffb #f3efff

Monochromatic Colors of #fbefff

#fbefff

Complementary Color

#fbefff #f3ffef

#fbefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefff Color CSS Codes

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

#fbefff Text Font Color

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

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


#fbefff Background Color

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

This div background color is #fbefff


#fbefff Border Color

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

This div border color is #fbefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefff

Related Colors


Comments

No comments written yet.

Please login to write comment.