Color Hex Logo

#fbb16c Color Hex

#FBB16C
(251,177,108)
0 Favorites   0 Comments

Color spaces of #fbb16c

RGB 251177108
HSL0.080.950.70
HSV29°57°98°
CMYK 0.000.290.57   0.02
XYZ58.212653.036221.3562
Yxy53.03620.43900.4000
Hunter Lab72.826015.236533.5914
CIE-Lab77.896419.890145.6871

#fbb16c color RGB value is (251,177,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110001 01101100
Octal 373 261 154
Decimal 251 177 108
Hex FB B1 6C

RGB Percentages of Color #fbb16c

%46.83
%33.02
%20.15

CMYK Percentages of Color #fbb16c

%0
%29
%57
%2

Triadic Colors of #fbb16c

#fbb16c #6cfbb1 #b16cfb

Analogous Colors of #fbb16c

#fbb16c #fbf96c #fb6c6f

Monochromatic Colors of #fbb16c

#fbb16c

Complementary Color

#fbb16c #6cb6fb

#fbb16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb16c Color CSS Codes

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

#fbb16c Text Font Color

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

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


#fbb16c Background Color

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

This div background color is #fbb16c


#fbb16c Border Color

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

This div border color is #fbb16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb16c

Related Colors


Comments

No comments written yet.

Please login to write comment.