Color Hex Logo

#fbb374 Color Hex

#FBB374
(251,179,116)
0 Favorites   0 Comments

Color spaces of #fbb374

RGB 251179116
HSL0.080.940.72
HSV28°54°98°
CMYK 0.000.290.54   0.02
XYZ59.056154.010423.8354
Yxy54.01040.43140.3945
Hunter Lab73.491814.827432.2149
CIE-Lab78.467819.468142.3393

#fbb374 color RGB value is (251,179,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110011 01110100
Octal 373 263 164
Decimal 251 179 116
Hex FB B3 74

RGB Percentages of Color #fbb374

%45.97
%32.78
%21.25

CMYK Percentages of Color #fbb374

%0
%29
%54
%2

Triadic Colors of #fbb374

#fbb374 #74fbb3 #b374fb

Analogous Colors of #fbb374

#fbb374 #fbf774 #fb7479

Monochromatic Colors of #fbb374

#fbb374

Complementary Color

#fbb374 #74bcfb

#fbb374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb374 Color CSS Codes

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

#fbb374 Text Font Color

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

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


#fbb374 Background Color

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

This div background color is #fbb374


#fbb374 Border Color

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

This div border color is #fbb374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb374

Related Colors

#fbb374 Color Palettes


Comments

No comments written yet.

Please login to write comment.