Color Hex Logo

#fbefbc Color Hex

#FBEFBC
(251,239,188)
0 Favorites   0 Comments

Color spaces of #fbefbc

RGB 251239188
HSL0.130.890.86
HSV49°25°98°
CMYK 0.000.050.25   0.02
XYZ79.727385.873159.9500
Yxy85.87310.35350.3807
Hunter Lab92.6677-8.594926.5106
CIE-Lab94.2581-3.701926.1772

#fbefbc color RGB value is (251,239,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 10111100
Octal 373 357 274
Decimal 251 239 188
Hex FB EF BC

RGB Percentages of Color #fbefbc

%37.02
%35.25
%27.73

CMYK Percentages of Color #fbefbc

%0
%5
%25
%2

Triadic Colors of #fbefbc

#fbefbc #bcfbef #efbcfb

Analogous Colors of #fbefbc

#fbefbc #e8fbbc #fbd0bc

Monochromatic Colors of #fbefbc

#fbefbc

Complementary Color

#fbefbc #bcc8fb

#fbefbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefbc Color CSS Codes

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

#fbefbc Text Font Color

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

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


#fbefbc Background Color

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

This div background color is #fbefbc


#fbefbc Border Color

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

This div border color is #fbefbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefbc


Comments

No comments written yet.

Please login to write comment.