Color Hex Logo

#fbfa4f Color Hex

#FBFA4F
(251,250,79)
0 Favorites   0 Comments

Color spaces of #fbfa4f

RGB 25125079
HSL0.170.960.65
HSV60°69°98°
CMYK 0.000.000.69   0.02
XYZ75.380689.445020.6888
Yxy89.44500.40630.4821
Hunter Lab94.5754-23.234853.2328
CIE-Lab95.7661-18.932277.7203

#fbfa4f color RGB value is (251,250,79).

#fbfa4f hex color red value is 251, green value is 250 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fbfa4f hue: 0.17 , saturation: 0.96 and the lightness value of fbfa4f is 0.65.

The process color (four color CMYK) of #fbfa4f color hex is 0.00, 0.00, 0.69, 0.02. Web safe color of #fbfa4f is #ffff66. Color #fbfa4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111010 01001111
Octal 373 372 117
Decimal 251 250 79
Hex FB FA 4F

RGB Percentages of Color #fbfa4f

%43.28
%43.10
%13.62

CMYK Percentages of Color #fbfa4f

%0
%0
%69
%2

Triadic Colors of #fbfa4f

#fbfa4f #4ffbfa #fa4ffb

Analogous Colors of #fbfa4f

#fbfa4f #a6fb4f #fba44f

Monochromatic Colors of #fbfa4f

#fbfa4f

Complementary Color

#fbfa4f #4f50fb

#fbfa4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfa4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfa4f Color CSS Codes

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

#fbfa4f Text Font Color

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

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


#fbfa4f Background Color

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

This div background color is #fbfa4f


#fbfa4f Border Color

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

This div border color is #fbfa4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfa4f

Related Colors


Comments

No comments written yet.

Please login to write comment.