Color Hex Logo

#fbefbd Color Hex

#FBEFBD
(251,239,189)
0 Favorites   0 Comments

Color spaces of #fbefbd

RGB 251239189
HSL0.130.890.86
HSV48°25°98°
CMYK 0.000.050.25   0.02
XYZ79.835585.916460.5198
Yxy85.91640.35280.3797
Hunter Lab92.6911-8.466126.1722
CIE-Lab94.2766-3.568625.6914

#fbefbd color RGB value is (251,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 10111101
Octal 373 357 275
Decimal 251 239 189
Hex FB EF BD

RGB Percentages of Color #fbefbd

%36.97
%35.20
%27.84

CMYK Percentages of Color #fbefbd

%0
%5
%25
%2

Triadic Colors of #fbefbd

#fbefbd #bdfbef #efbdfb

Analogous Colors of #fbefbd

#fbefbd #e8fbbd #fbd0bd

Monochromatic Colors of #fbefbd

#fbefbd

Complementary Color

#fbefbd #bdc9fb

#fbefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefbd Color CSS Codes

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

#fbefbd Text Font Color

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

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


#fbefbd Background Color

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

This div background color is #fbefbd


#fbefbd Border Color

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

This div border color is #fbefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefbd


Comments

No comments written yet.

Please login to write comment.