Color Hex Logo

#fbfb3a Color Hex

#FBFB3A
(251,251,58)
0 Favorites   0 Comments

Color spaces of #fbfb3a

RGB 25125158
HSL0.170.960.61
HSV60°77°98°
CMYK 0.000.000.77   0.02
XYZ75.044689.809117.3826
Yxy89.80910.41180.4928
Hunter Lab94.7677-24.492955.4622
CIE-Lab95.9175-20.273684.4650

#fbfb3a color RGB value is (251,251,58).

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

The process color (four color CMYK) of #fbfb3a color hex is 0.00, 0.00, 0.77, 0.02. Web safe color of #fbfb3a is #ffff33. Color #fbfb3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111011 00111010
Octal 373 373 72
Decimal 251 251 58
Hex FB FB 3A

RGB Percentages of Color #fbfb3a

%44.82
%44.82
%10.36

CMYK Percentages of Color #fbfb3a

%0
%0
%77
%2

Triadic Colors of #fbfb3a

#fbfb3a #3afbfb #fb3afb

Analogous Colors of #fbfb3a

#fbfb3a #9bfb3a #fb9b3a

Monochromatic Colors of #fbfb3a

#fbfb3a

Complementary Color

#fbfb3a #3a3afb

#fbfb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfb3a Color CSS Codes

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

#fbfb3a Text Font Color

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

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


#fbfb3a Background Color

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

This div background color is #fbfb3a


#fbfb3a Border Color

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

This div border color is #fbfb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfb3a

Related Colors


Comments

No comments written yet.

Please login to write comment.