Color Hex Logo

#faba6f Color Hex

#FABA6F
(250,186,111)
0 Favorites   0 Comments

Color spaces of #faba6f

RGB 250186111
HSL0.090.930.71
HSV32°56°98°
CMYK 0.000.260.56   0.02
XYZ59.852556.589522.8072
Yxy56.58950.42980.4064
Hunter Lab75.226010.375534.6825
CIE-Lab79.948214.996646.6504

#faba6f color RGB value is (250,186,111).

#faba6f hex color red value is 250, green value is 186 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #faba6f hue: 0.09 , saturation: 0.93 and the lightness value of faba6f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 01101111
Octal 372 272 157
Decimal 250 186 111
Hex FA BA 6F

RGB Percentages of Color #faba6f

%45.70
%34.00
%20.29

CMYK Percentages of Color #faba6f

%0
%26
%56
%2

Triadic Colors of #faba6f

#faba6f #6ffaba #ba6ffa

Analogous Colors of #faba6f

#faba6f #f5fa6f #fa756f

Monochromatic Colors of #faba6f

#faba6f

Complementary Color

#faba6f #6faffa

#faba6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba6f Color CSS Codes

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

#faba6f Text Font Color

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

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


#faba6f Background Color

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

This div background color is #faba6f


#faba6f Border Color

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

This div border color is #faba6f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,186,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 #faba6f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba6f

Related Colors


Comments

No comments written yet.

Please login to write comment.