Color Hex Logo

#fbfb0a Color Hex

#FBFB0A
(251,251,10)
0 Favorites   0 Comments

Color spaces of #fbfb0a

RGB 25125110
HSL0.170.970.51
HSV60°96°98°
CMYK 0.000.000.96   0.02
XYZ74.335689.525513.6494
Yxy89.52550.41880.5043
Hunter Lab94.6179-25.344657.6795
CIE-Lab95.7996-21.225392.6624

#fbfb0a color RGB value is (251,251,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111011 00001010
Octal 373 373 12
Decimal 251 251 10
Hex FB FB A

RGB Percentages of Color #fbfb0a

%49.02
%49.02
%1.95

CMYK Percentages of Color #fbfb0a

%0
%0
%96
%2

Triadic Colors of #fbfb0a

#fbfb0a #0afbfb #fb0afb

Analogous Colors of #fbfb0a

#fbfb0a #83fb0a #fb830a

Monochromatic Colors of #fbfb0a

#fbfb0a

Complementary Color

#fbfb0a #0a0afb

#fbfb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfb0a Color CSS Codes

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

#fbfb0a Text Font Color

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

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


#fbfb0a Background Color

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

This div background color is #fbfb0a


#fbfb0a Border Color

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

This div border color is #fbfb0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfb0a

Related Colors


Comments

No comments written yet.

Please login to write comment.