Color Hex Logo

#fbefbf Color Hex

#FBEFBF
(251,239,191)
0 Favorites   0 Comments

Color spaces of #fbefbf

RGB 251239191
HSL0.130.880.87
HSV48°24°98°
CMYK 0.000.050.24   0.02
XYZ80.054186.003861.6713
Yxy86.00380.35150.3777
Hunter Lab92.7382-8.206025.4887
CIE-Lab94.3140-3.299524.7195

#fbefbf color RGB value is (251,239,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 10111111
Octal 373 357 277
Decimal 251 239 191
Hex FB EF BF

RGB Percentages of Color #fbefbf

%36.86
%35.10
%28.05

CMYK Percentages of Color #fbefbf

%0
%5
%24
%2

Triadic Colors of #fbefbf

#fbefbf #bffbef #efbffb

Analogous Colors of #fbefbf

#fbefbf #e9fbbf #fbd1bf

Monochromatic Colors of #fbefbf

#fbefbf

Complementary Color

#fbefbf #bfcbfb

#fbefbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefbf Color CSS Codes

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

#fbefbf Text Font Color

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

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


#fbefbf Background Color

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

This div background color is #fbefbf


#fbefbf Border Color

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

This div border color is #fbefbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefbf

#fbefbf Color Palettes


Comments

No comments written yet.

Please login to write comment.