Color Hex Logo

#fbf7b1 Color Hex

#FBF7B1
(251,247,177)
0 Favorites   0 Comments

Color spaces of #fbf7b1

RGB 251247177
HSL0.160.900.84
HSV57°29°98°
CMYK 0.000.020.29   0.02
XYZ80.980290.205154.7382
Yxy90.20510.35840.3993
Hunter Lab94.9764-14.013232.3126
CIE-Lab96.0818-9.105534.2165

#fbf7b1 color RGB value is (251,247,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110111 10110001
Octal 373 367 261
Decimal 251 247 177
Hex FB F7 B1

RGB Percentages of Color #fbf7b1

%37.19
%36.59
%26.22

CMYK Percentages of Color #fbf7b1

%0
%2
%29
%2

Triadic Colors of #fbf7b1

#fbf7b1 #b1fbf7 #f7b1fb

Analogous Colors of #fbf7b1

#fbf7b1 #dafbb1 #fbd2b1

Monochromatic Colors of #fbf7b1

#fbf7b1

Complementary Color

#fbf7b1 #b1b5fb

#fbf7b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf7b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf7b1 Color CSS Codes

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

#fbf7b1 Text Font Color

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

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


#fbf7b1 Background Color

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

This div background color is #fbf7b1


#fbf7b1 Border Color

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

This div border color is #fbf7b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf7b1

Related Colors


Comments

No comments written yet.

Please login to write comment.