Color Hex Logo

#fbb371 Color Hex

#FBB371
(251,179,113)
0 Favorites   0 Comments

Color spaces of #fbb371

RGB 251179113
HSL0.080.950.71
HSV29°55°98°
CMYK 0.000.290.55   0.02
XYZ58.884453.941722.9310
Yxy53.94170.43370.3973
Hunter Lab73.445014.583332.9000
CIE-Lab78.427719.227043.8145

#fbb371 color RGB value is (251,179,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110011 01110001
Octal 373 263 161
Decimal 251 179 113
Hex FB B3 71

RGB Percentages of Color #fbb371

%46.22
%32.97
%20.81

CMYK Percentages of Color #fbb371

%0
%29
%55
%2

Triadic Colors of #fbb371

#fbb371 #71fbb3 #b371fb

Analogous Colors of #fbb371

#fbb371 #fbf871 #fb7174

Monochromatic Colors of #fbb371

#fbb371

Complementary Color

#fbb371 #71b9fb

#fbb371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb371 Color CSS Codes

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

#fbb371 Text Font Color

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

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


#fbb371 Background Color

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

This div background color is #fbb371


#fbb371 Border Color

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

This div border color is #fbb371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb371


Comments

No comments written yet.

Please login to write comment.