Color Hex Logo

#faba7e Color Hex

#FABA7E
(250,186,126)
0 Favorites   0 Comments

Color spaces of #faba7e

RGB 250186126
HSL0.080.930.74
HSV29°50°98°
CMYK 0.000.260.50   0.02
XYZ60.749156.948227.5289
Yxy56.94820.41830.3921
Hunter Lab75.464011.631831.1961
CIE-Lab80.150516.254139.3109

#faba7e color RGB value is (250,186,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 01111110
Octal 372 272 176
Decimal 250 186 126
Hex FA BA 7E

RGB Percentages of Color #faba7e

%44.48
%33.10
%22.42

CMYK Percentages of Color #faba7e

%0
%26
%50
%2

Triadic Colors of #faba7e

#faba7e #7efaba #ba7efa

Analogous Colors of #faba7e

#faba7e #faf87e #fa7e80

Monochromatic Colors of #faba7e

#faba7e

Complementary Color

#faba7e #7ebefa

#faba7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba7e Color CSS Codes

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

#faba7e Text Font Color

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

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


#faba7e Background Color

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

This div background color is #faba7e


#faba7e Border Color

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

This div border color is #faba7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,186,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba7e


Comments

No comments written yet.

Please login to write comment.