Color Hex Logo

#faba81 Color Hex

#FABA81
(250,186,129)
0 Favorites   0 Comments

Color spaces of #faba81

RGB 250186129
HSL0.080.920.74
HSV28°48°98°
CMYK 0.000.260.48   0.02
XYZ60.945757.026828.5640
Yxy57.02680.41590.3892
Hunter Lab75.516111.906330.4348
CIE-Lab80.194716.527637.8215

#faba81 color RGB value is (250,186,129).

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

The process color (four color CMYK) of #faba81 color hex is 0.00, 0.26, 0.48, 0.02. Web safe color of #faba81 is #ffcc99. Color #faba81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 10000001
Octal 372 272 201
Decimal 250 186 129
Hex FA BA 81

RGB Percentages of Color #faba81

%44.25
%32.92
%22.83

CMYK Percentages of Color #faba81

%0
%26
%48
%2

Triadic Colors of #faba81

#faba81 #81faba #ba81fa

Analogous Colors of #faba81

#faba81 #faf781 #fa8185

Monochromatic Colors of #faba81

#faba81

Complementary Color

#faba81 #81c1fa

#faba81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba81 Color CSS Codes

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

#faba81 Text Font Color

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

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


#faba81 Background Color

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

This div background color is #faba81


#faba81 Border Color

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

This div border color is #faba81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba81


Comments

No comments written yet.

Please login to write comment.