Color Hex Logo

#fbfb0f Color Hex

#FBFB0F
(251,251,15)
0 Favorites   0 Comments

Color spaces of #fbfb0f

RGB 25125115
HSL0.170.970.52
HSV60°94°98°
CMYK 0.000.000.94   0.02
XYZ74.367189.538113.8150
Yxy89.53810.41850.5038
Hunter Lab94.6246-25.306757.5810
CIE-Lab95.8048-21.182892.2683

#fbfb0f color RGB value is (251,251,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111011 00001111
Octal 373 373 17
Decimal 251 251 15
Hex FB FB F

RGB Percentages of Color #fbfb0f

%48.55
%48.55
%2.90

CMYK Percentages of Color #fbfb0f

%0
%0
%94
%2

Triadic Colors of #fbfb0f

#fbfb0f #0ffbfb #fb0ffb

Analogous Colors of #fbfb0f

#fbfb0f #85fb0f #fb850f

Monochromatic Colors of #fbfb0f

#fbfb0f

Complementary Color

#fbfb0f #0f0ffb

#fbfb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfb0f Color CSS Codes

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

#fbfb0f Text Font Color

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

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


#fbfb0f Background Color

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

This div background color is #fbfb0f


#fbfb0f Border Color

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

This div border color is #fbfb0f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,251,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 #fbfb0f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfb0f


Comments

No comments written yet.

Please login to write comment.