Color Hex Logo

#fbf80f Color Hex

#FBF80F
(251,248,15)
0 Favorites   0 Comments

Color spaces of #fbf80f

RGB 25124815
HSL0.160.970.52
HSV59°94°98°
CMYK 0.000.010.94   0.02
XYZ73.437387.678513.5050
Yxy87.67850.42060.5021
Hunter Lab93.6368-23.870756.9945
CIE-Lab95.0254-19.751491.6819

#fbf80f color RGB value is (251,248,15).

#fbf80f hex color red value is 251, green value is 248 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fbf80f hue: 0.16 , saturation: 0.97 and the lightness value of fbf80f is 0.52.

The process color (four color CMYK) of #fbf80f color hex is 0.00, 0.01, 0.94, 0.02. Web safe color of #fbf80f is #ffff00. Color #fbf80f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111000 00001111
Octal 373 370 17
Decimal 251 248 15
Hex FB F8 F

RGB Percentages of Color #fbf80f

%48.83
%48.25
%2.92

CMYK Percentages of Color #fbf80f

%0
%1
%94
%2

Triadic Colors of #fbf80f

#fbf80f #0ffbf8 #f80ffb

Analogous Colors of #fbf80f

#fbf80f #88fb0f #fb820f

Monochromatic Colors of #fbf80f

#fbf80f

Complementary Color

#fbf80f #0f12fb

#fbf80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf80f Color CSS Codes

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

#fbf80f Text Font Color

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

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


#fbf80f Background Color

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

This div background color is #fbf80f


#fbf80f Border Color

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

This div border color is #fbf80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf80f


Comments

No comments written yet.

Please login to write comment.