Color Hex Logo

#fbf34e Color Hex

#FBF34E
(251,243,78)
0 Favorites   0 Comments

Color spaces of #fbf34e

RGB 25124378
HSL0.160.960.65
HSV57°69°98°
CMYK 0.000.030.69   0.02
XYZ73.209485.160519.7868
Yxy85.16050.41090.4780
Hunter Lab92.2824-19.886951.8850
CIE-Lab93.9522-15.600876.2888

#fbf34e color RGB value is (251,243,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110011 01001110
Octal 373 363 116
Decimal 251 243 78
Hex FB F3 4E

RGB Percentages of Color #fbf34e

%43.88
%42.48
%13.64

CMYK Percentages of Color #fbf34e

%0
%3
%69
%2

Triadic Colors of #fbf34e

#fbf34e #4efbf3 #f34efb

Analogous Colors of #fbf34e

#fbf34e #adfb4e #fb9d4e

Monochromatic Colors of #fbf34e

#fbf34e

Complementary Color

#fbf34e #4e56fb

#fbf34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf34e Color CSS Codes

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

#fbf34e Text Font Color

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

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


#fbf34e Background Color

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

This div background color is #fbf34e


#fbf34e Border Color

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

This div border color is #fbf34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf34e

Related Colors

#fbf34e Color Palettes


Comments

No comments written yet.

Please login to write comment.