Color Hex Logo

#fbb46f Color Hex

#FBB46F
(251,180,111)
0 Favorites   0 Comments

Color spaces of #fbb46f

RGB 251180111
HSL0.080.950.71
HSV30°56°98°
CMYK 0.000.280.56   0.02
XYZ58.974254.299422.4115
Yxy54.29940.43460.4002
Hunter Lab73.688113.903233.5492
CIE-Lab78.636018.545845.0790

#fbb46f color RGB value is (251,180,111).

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

The process color (four color CMYK) of #fbb46f color hex is 0.00, 0.28, 0.56, 0.02. Web safe color of #fbb46f is #ffcc66. Color #fbb46f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110100 01101111
Octal 373 264 157
Decimal 251 180 111
Hex FB B4 6F

RGB Percentages of Color #fbb46f

%46.31
%33.21
%20.48

CMYK Percentages of Color #fbb46f

%0
%28
%56
%2

Triadic Colors of #fbb46f

#fbb46f #6ffbb4 #b46ffb

Analogous Colors of #fbb46f

#fbb46f #fbfa6f #fb6f70

Monochromatic Colors of #fbb46f

#fbb46f

Complementary Color

#fbb46f #6fb6fb

#fbb46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb46f Color CSS Codes

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

#fbb46f Text Font Color

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

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


#fbb46f Background Color

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

This div background color is #fbb46f


#fbb46f Border Color

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

This div border color is #fbb46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb46f

Related Colors


Comments

No comments written yet.

Please login to write comment.