Color Hex Logo

#faba3f Color Hex

#FABA3F
(250,186,63)
0 Favorites   0 Comments

Color spaces of #faba3f

RGB 25018663
HSL0.110.950.61
HSV39°75°98°
CMYK 0.000.260.75   0.02
XYZ57.880555.800712.4226
Yxy55.80070.45900.4425
Hunter Lab74.69997.584342.4300
CIE-Lab79.500312.167867.6536

#faba3f color RGB value is (250,186,63).

#faba3f hex color red value is 250, green value is 186 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #faba3f hue: 0.11 , saturation: 0.95 and the lightness value of faba3f is 0.61.

The process color (four color CMYK) of #faba3f color hex is 0.00, 0.26, 0.75, 0.02. Web safe color of #faba3f is #ffcc33. Color #faba3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 00111111
Octal 372 272 77
Decimal 250 186 63
Hex FA BA 3F

RGB Percentages of Color #faba3f

%50.10
%37.27
%12.63

CMYK Percentages of Color #faba3f

%0
%26
%75
%2

Triadic Colors of #faba3f

#faba3f #3ffaba #ba3ffa

Analogous Colors of #faba3f

#faba3f #ddfa3f #fa5d3f

Monochromatic Colors of #faba3f

#faba3f

Complementary Color

#faba3f #3f7ffa

#faba3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba3f Color CSS Codes

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

#faba3f Text Font Color

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

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


#faba3f Background Color

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

This div background color is #faba3f


#faba3f Border Color

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

This div border color is #faba3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba3f


Comments

No comments written yet.

Please login to write comment.