Color Hex Logo

#fbfbb2 Color Hex

#FBFBB2
(251,251,178)
0 Favorites   0 Comments

Color spaces of #fbfbb2

RGB 251251178
HSL0.170.900.84
HSV60°29°98°
CMYK 0.000.000.29   0.02
XYZ82.316792.717955.6773
Yxy92.71790.35680.4019
Hunter Lab96.2901-15.911333.1202
CIE-Lab97.1130-10.957035.0902

#fbfbb2 color RGB value is (251,251,178).

#fbfbb2 hex color red value is 251, green value is 251 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #fbfbb2 hue: 0.17 , saturation: 0.90 and the lightness value of fbfbb2 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111011 10110010
Octal 373 373 262
Decimal 251 251 178
Hex FB FB B2

RGB Percentages of Color #fbfbb2

%36.91
%36.91
%26.18

CMYK Percentages of Color #fbfbb2

%0
%0
%29
%2

Triadic Colors of #fbfbb2

#fbfbb2 #b2fbfb #fbb2fb

Analogous Colors of #fbfbb2

#fbfbb2 #d7fbb2 #fbd7b2

Monochromatic Colors of #fbfbb2

#fbfbb2

Complementary Color

#fbfbb2 #b2b2fb

#fbfbb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfbb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfbb2 Color CSS Codes

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

#fbfbb2 Text Font Color

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

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


#fbfbb2 Background Color

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

This div background color is #fbfbb2


#fbfbb2 Border Color

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

This div border color is #fbfbb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfbb2

Related Colors


Comments

No comments written yet.

Please login to write comment.