Color Hex Logo

#fbb96b Color Hex

#FBB96B
(251,185,107)
0 Favorites   0 Comments

Color spaces of #fbb96b

RGB 251185107
HSL0.090.950.70
HSV33°57°98°
CMYK 0.000.260.57   0.02
XYZ59.786556.268721.6198
Yxy56.26870.43430.4087
Hunter Lab75.012510.996435.4204
CIE-Lab79.766515.622048.4353

#fbb96b color RGB value is (251,185,107).

#fbb96b hex color red value is 251, green value is 185 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fbb96b hue: 0.09 , saturation: 0.95 and the lightness value of fbb96b is 0.70.

The process color (four color CMYK) of #fbb96b color hex is 0.00, 0.26, 0.57, 0.02. Web safe color of #fbb96b is #ffcc66. Color #fbb96b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111001 01101011
Octal 373 271 153
Decimal 251 185 107
Hex FB B9 6B

RGB Percentages of Color #fbb96b

%46.22
%34.07
%19.71

CMYK Percentages of Color #fbb96b

%0
%26
%57
%2

Triadic Colors of #fbb96b

#fbb96b #6bfbb9 #b96bfb

Analogous Colors of #fbb96b

#fbb96b #f5fb6b #fb716b

Monochromatic Colors of #fbb96b

#fbb96b

Complementary Color

#fbb96b #6badfb

#fbb96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb96b Color CSS Codes

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

#fbb96b Text Font Color

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

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


#fbb96b Background Color

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

This div background color is #fbb96b


#fbb96b Border Color

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

This div border color is #fbb96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb96b

Related Colors

#fbb96b Color Palettes


Comments

No comments written yet.

Please login to write comment.