Color Hex Logo

#fbefbb Color Hex

#FBEFBB
(251,239,187)
0 Favorites   0 Comments

Color spaces of #fbefbb

RGB 251239187
HSL0.140.890.86
HSV49°25°98°
CMYK 0.000.050.25   0.02
XYZ79.619885.830159.3842
Yxy85.83010.35410.3817
Hunter Lab92.6445-8.722926.8469
CIE-Lab94.2397-3.834626.6628

#fbefbb color RGB value is (251,239,187).

#fbefbb hex color red value is 251, green value is 239 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fbefbb hue: 0.14 , saturation: 0.89 and the lightness value of fbefbb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 10111011
Octal 373 357 273
Decimal 251 239 187
Hex FB EF BB

RGB Percentages of Color #fbefbb

%37.08
%35.30
%27.62

CMYK Percentages of Color #fbefbb

%0
%5
%25
%2

Triadic Colors of #fbefbb

#fbefbb #bbfbef #efbbfb

Analogous Colors of #fbefbb

#fbefbb #e7fbbb #fbcfbb

Monochromatic Colors of #fbefbb

#fbefbb

Complementary Color

#fbefbb #bbc7fb

#fbefbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefbb Color CSS Codes

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

#fbefbb Text Font Color

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

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


#fbefbb Background Color

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

This div background color is #fbefbb


#fbefbb Border Color

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

This div border color is #fbefbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefbb

Related Colors


Comments

No comments written yet.

Please login to write comment.