Color Hex Logo

#fbefab Color Hex

#FBEFAB
(251,239,171)
0 Favorites   0 Comments

Color spaces of #fbefab

RGB 251239171
HSL0.140.910.83
HSV51°32°98°
CMYK 0.000.050.32   0.02
XYZ78.000885.182550.8589
Yxy85.18250.36440.3980
Hunter Lab92.2944-10.659331.9342
CIE-Lab93.9617-5.853234.4104

#fbefab color RGB value is (251,239,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 10101011
Octal 373 357 253
Decimal 251 239 171
Hex FB EF AB

RGB Percentages of Color #fbefab

%37.97
%36.16
%25.87

CMYK Percentages of Color #fbefab

%0
%5
%32
%2

Triadic Colors of #fbefab

#fbefab #abfbef #efabfb

Analogous Colors of #fbefab

#fbefab #dffbab #fbc7ab

Monochromatic Colors of #fbefab

#fbefab

Complementary Color

#fbefab #abb7fb

#fbefab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefab Color CSS Codes

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

#fbefab Text Font Color

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

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


#fbefab Background Color

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

This div background color is #fbefab


#fbefab Border Color

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

This div border color is #fbefab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefab


Comments

No comments written yet.

Please login to write comment.