Color Hex Logo

#fbb97e Color Hex

#FBB97E
(251,185,126)
0 Favorites   0 Comments

Color spaces of #fbb97e

RGB 251185126
HSL0.080.940.74
HSV28°50°98°
CMYK 0.000.260.50   0.02
XYZ60.898556.713527.4758
Yxy56.71350.41970.3909
Hunter Lab75.308412.555331.0843
CIE-Lab80.018217.177039.1642

#fbb97e color RGB value is (251,185,126).

#fbb97e hex color red value is 251, green value is 185 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fbb97e hue: 0.08 , saturation: 0.94 and the lightness value of fbb97e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111001 01111110
Octal 373 271 176
Decimal 251 185 126
Hex FB B9 7E

RGB Percentages of Color #fbb97e

%44.66
%32.92
%22.42

CMYK Percentages of Color #fbb97e

%0
%26
%50
%2

Triadic Colors of #fbb97e

#fbb97e #7efbb9 #b97efb

Analogous Colors of #fbb97e

#fbb97e #fbf87e #fb7e82

Monochromatic Colors of #fbb97e

#fbb97e

Complementary Color

#fbb97e #7ec0fb

#fbb97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb97e Color CSS Codes

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

#fbb97e Text Font Color

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

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


#fbb97e Background Color

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

This div background color is #fbb97e


#fbb97e Border Color

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

This div border color is #fbb97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb97e


Comments

No comments written yet.

Please login to write comment.