Color Hex Logo

#fbfb96 Color Hex

#FBFB96
(251,251,150)
0 Favorites   0 Comments

Color spaces of #fbfb96

RGB 251251150
HSL0.170.930.79
HSV60°40°98°
CMYK 0.000.000.40   0.02
XYZ79.785991.705642.3499
Yxy91.70560.37310.4288
Hunter Lab95.7630-18.866340.8139
CIE-Lab96.6998-14.111348.3186

#fbfb96 color RGB value is (251,251,150).

#fbfb96 hex color red value is 251, green value is 251 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fbfb96 hue: 0.17 , saturation: 0.93 and the lightness value of fbfb96 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111011 10010110
Octal 373 373 226
Decimal 251 251 150
Hex FB FB 96

RGB Percentages of Color #fbfb96

%38.50
%38.50
%23.01

CMYK Percentages of Color #fbfb96

%0
%0
%40
%2

Triadic Colors of #fbfb96

#fbfb96 #96fbfb #fb96fb

Analogous Colors of #fbfb96

#fbfb96 #c9fb96 #fbc996

Monochromatic Colors of #fbfb96

#fbfb96

Complementary Color

#fbfb96 #9696fb

#fbfb96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfb96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfb96 Color CSS Codes

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

#fbfb96 Text Font Color

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

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


#fbfb96 Background Color

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

This div background color is #fbfb96


#fbfb96 Border Color

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

This div border color is #fbfb96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfb96


Comments

No comments written yet.

Please login to write comment.