Color Hex Logo

#fbfbef Color Hex

#FBFBEF
(251,251,239)
0 Favorites   0 Comments

Color spaces of #fbfbef

RGB 251251239
HSL0.170.600.96
HSV60°98°
CMYK 0.000.000.05   0.02
XYZ89.860895.735695.4040
Yxy95.73560.31980.3407
Hunter Lab97.8446-7.293010.6801
CIE-Lab98.3271-2.05395.7347

#fbfbef color RGB value is (251,251,239).

#fbfbef hex color red value is 251, green value is 251 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fbfbef hue: 0.17 , saturation: 0.60 and the lightness value of fbfbef is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111011 11101111
Octal 373 373 357
Decimal 251 251 239
Hex FB FB EF

RGB Percentages of Color #fbfbef

%33.87
%33.87
%32.25

CMYK Percentages of Color #fbfbef

%0
%0
%5
%2

Triadic Colors of #fbfbef

#fbfbef #effbfb #fbeffb

Analogous Colors of #fbfbef

#fbfbef #f5fbef #fbf5ef

Monochromatic Colors of #fbfbef

#fbfbef

Complementary Color

#fbfbef #efeffb

#fbfbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfbef Color CSS Codes

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

#fbfbef Text Font Color

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

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


#fbfbef Background Color

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

This div background color is #fbfbef


#fbfbef Border Color

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

This div border color is #fbfbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfbef

Related Colors


Comments

No comments written yet.

Please login to write comment.